Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
ErrorInformation |
ErrorInformation.clone() |
ErrorInformation |
DeploymentInfo.getErrorInformation()
Information about any error associated with this deployment.
|
ErrorInformation |
ErrorInformation.withCode(ErrorCode code)
For information about additional error codes, see Error Codes for AWS CodeDeploy
in the AWS CodeDeploy User Guide.
|
ErrorInformation |
ErrorInformation.withCode(String code)
For information about additional error codes, see Error Codes for AWS CodeDeploy
in the AWS CodeDeploy User Guide.
|
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 © 2017. All rights reserved.