Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private BundleTaskError |
BundleTask.bundleTaskError
If the task fails, a description of the error.
|
Modifier and Type | Method and Description |
---|---|
BundleTaskError |
BundleTaskError.clone() |
BundleTaskError |
BundleTask.getBundleTaskError()
If the task fails, a description of the error.
|
BundleTaskError |
BundleTaskError.withCode(java.lang.String code)
The error code.
|
BundleTaskError |
BundleTaskError.withMessage(java.lang.String message)
The error message.
|
Modifier and Type | Method and Description |
---|---|
void |
BundleTask.setBundleTaskError(BundleTaskError bundleTaskError)
If the task fails, a description of the error.
|
BundleTask |
BundleTask.withBundleTaskError(BundleTaskError bundleTaskError)
If the task fails, a description of the error.
|
Modifier and Type | Method and Description |
---|---|
BundleTaskError |
BundleTaskErrorStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |