class Aws::CodeDeploy::Types::ErrorInformation

Information about a deployment error.

@!attribute [rw] code

For more information, see [Error Codes for AWS CodeDeploy][1] in the
[AWS CodeDeploy User Guide][2].

The error code:

* APPLICATION\_MISSING: The application was missing. This error code
  is most likely raised if the application is deleted after the
  deployment is created, but before it is started.

* DEPLOYMENT\_GROUP\_MISSING: The deployment group was missing. This
  error code is most likely raised if the deployment group is
  deleted after the deployment is created, but before it is started.

* HEALTH\_CONSTRAINTS: The deployment failed on too many instances
  to be successfully deployed within the instance health constraints
  specified.

* HEALTH\_CONSTRAINTS\_INVALID: The revision cannot be successfully
  deployed within the instance health constraints specified.

* IAM\_ROLE\_MISSING: The service role cannot be accessed.

* IAM\_ROLE\_PERMISSIONS: The service role does not have the correct
  permissions.

* INTERNAL\_ERROR: There was an internal error.

* NO\_EC2\_SUBSCRIPTION: The calling account is not subscribed to
  Amazon EC2.

* NO\_INSTANCES: No instances were specified, or no instances can be
  found.

* OVER\_MAX\_INSTANCES: The maximum number of instances was
  exceeded.

* THROTTLED: The operation was throttled because the calling account
  exceeded the throttling limits of one or more AWS services.

* TIMEOUT: The deployment has timed out.

* REVISION\_MISSING: The revision ID was missing. This error code is
  most likely raised if the revision is deleted after the deployment
  is created, but before it is started.

[1]: https://docs.aws.amazon.com/codedeploy/latest/userguide/error-codes.html
[2]: https://docs.aws.amazon.com/codedeploy/latest/userguide
@return [String]

@!attribute [rw] message

An accompanying error message.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ErrorInformation AWS API Documentation

Constants

SENSITIVE