Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Classes modeling the various types represented by AmazonCodeDeploy.
|
Modifier and Type | Method and Description |
---|---|
ErrorInformation |
DeploymentInfo.getErrorInformation()
Information about any error associated with this deployment.
|
ErrorInformation |
ErrorInformation.withCode(ErrorCode code)
The error code: APPLICATION_MISSING: The application was
missing.
|
ErrorInformation |
ErrorInformation.withCode(String code)
The error code: APPLICATION_MISSING: The application was
missing.
|
ErrorInformation |
ErrorInformation.withMessage(String message)
An accompanying error message.
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentInfo.setErrorInformation(ErrorInformation errorInformation)
Information about any error associated with this deployment.
|
DeploymentInfo |
DeploymentInfo.withErrorInformation(ErrorInformation errorInformation)
Information about any error associated with this deployment.
|
Copyright © 2015. All rights reserved.