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 ErrorInformationErrorInformation. clone()ErrorInformationDeploymentInfo. getErrorInformation()Information about any error associated with this deployment.ErrorInformationErrorInformation. withCode(ErrorCode code)The error code:ErrorInformationErrorInformation. withCode(String code)The error code:ErrorInformationErrorInformation. withMessage(String message)An accompanying error message.Methods in com.amazonaws.services.codedeploy.model with parameters of type ErrorInformation Modifier and Type Method Description voidDeploymentInfo. setErrorInformation(ErrorInformation errorInformation)Information about any error associated with this deployment.DeploymentInfoDeploymentInfo. withErrorInformation(ErrorInformation errorInformation)Information about any error associated with this deployment.
-