Enum rusoto_codedeploy::DeleteDeploymentGroupError [] [src]

pub enum DeleteDeploymentGroupError {
    ApplicationNameRequired(String),
    DeploymentGroupNameRequired(String),
    InvalidApplicationName(String),
    InvalidDeploymentGroupName(String),
    InvalidRole(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by DeleteDeploymentGroup

Variants

The minimum number of required application names was not specified.

The deployment group name was not specified.

The application name was specified in an invalid format.

The deployment group name was specified in an invalid format.

The service role ARN was specified in an invalid format. Or, if an Auto Scaling group was specified, the specified service role does not grant the appropriate permissions to Auto Scaling.

An error occurred dispatching the HTTP request

An error was encountered with AWS credentials.

A validation error occurred. Details from AWS are provided.

An unknown error occurred. The raw HTTP response is provided.

Methods

impl DeleteDeploymentGroupError
[src]

Trait Implementations

impl Debug for DeleteDeploymentGroupError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for DeleteDeploymentGroupError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl From<Error> for DeleteDeploymentGroupError
[src]

[src]

Performs the conversion.

impl From<CredentialsError> for DeleteDeploymentGroupError
[src]

[src]

Performs the conversion.

impl From<HttpDispatchError> for DeleteDeploymentGroupError
[src]

[src]

Performs the conversion.

impl From<Error> for DeleteDeploymentGroupError
[src]

[src]

Performs the conversion.

impl Display for DeleteDeploymentGroupError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for DeleteDeploymentGroupError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more