Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.