Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
BundleTaskError |
BundleTaskError.clone() |
BundleTaskError |
BundleTask.getBundleTaskError()
If the task fails, a description of the error.
|
BundleTaskError |
BundleTaskError.withCode(String code)
The error code.
|
BundleTaskError |
BundleTaskError.withMessage(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.
|
Copyright © 2021. All rights reserved.