Uses of Class
com.amazonaws.services.codedeploy.model.ErrorInformation
-
Packages that use ErrorInformation Package Description com.amazonaws.services.codedeploy.model -
-
Uses of ErrorInformation in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return ErrorInformation Modifier and Type Method Description ErrorInformation
ErrorInformation. clone()
ErrorInformation
DeploymentInfo. getErrorInformation()
Information about any error associated with this deployment.ErrorInformation
ErrorInformation. withCode(ErrorCode code)
The error code:ErrorInformation
ErrorInformation. withCode(String code)
The error code:ErrorInformation
ErrorInformation. withMessage(String message)
An accompanying error message.Methods in com.amazonaws.services.codedeploy.model with parameters of type ErrorInformation Modifier and Type Method 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.
-