Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private UnsuccessfulItemError |
UnsuccessfulItem.error
Information about the error.
|
Modifier and Type | Method and Description |
---|---|
UnsuccessfulItemError |
UnsuccessfulItemError.clone() |
UnsuccessfulItemError |
UnsuccessfulItem.getError()
Information about the error.
|
UnsuccessfulItemError |
UnsuccessfulItemError.withCode(java.lang.String code)
The error code.
|
UnsuccessfulItemError |
UnsuccessfulItemError.withMessage(java.lang.String message)
The error message accompanying the error code.
|
Modifier and Type | Method and Description |
---|---|
void |
UnsuccessfulItem.setError(UnsuccessfulItemError error)
Information about the error.
|
UnsuccessfulItem |
UnsuccessfulItem.withError(UnsuccessfulItemError error)
Information about the error.
|
Modifier and Type | Method and Description |
---|---|
UnsuccessfulItemError |
UnsuccessfulItemErrorStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |