Uses of Class
com.amazonaws.services.codedeploy.model.ErrorInformation
Packages that use ErrorInformation
-
Uses of ErrorInformation in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return ErrorInformationModifier and TypeMethodDescriptionErrorInformation.clone()DeploymentInfo.getErrorInformation()Information about any error associated with this deployment.The error code:The error code:ErrorInformation.withMessage(String message) An accompanying error message.Methods in com.amazonaws.services.codedeploy.model with parameters of type ErrorInformationModifier and TypeMethodDescriptionvoidDeploymentInfo.setErrorInformation(ErrorInformation errorInformation) Information about any error associated with this deployment.DeploymentInfo.withErrorInformation(ErrorInformation errorInformation) Information about any error associated with this deployment.