Enum rusoto_codedeploy::ContinueDeploymentError [] [src]

pub enum ContinueDeploymentError {
    DeploymentAlreadyCompleted(String),
    DeploymentDoesNotExist(String),
    DeploymentIdRequired(String),
    DeploymentIsNotInReadyState(String),
    InvalidDeploymentId(String),
    UnsupportedActionForDeploymentType(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by ContinueDeployment

Variants

The deployment is already complete.

The deployment does not exist with the applicable IAM user or AWS account.

At least one deployment ID must be specified.

The deployment does not have a status of Ready and can't continue yet.

At least one of the deployment IDs was specified in an invalid format.

A call was submitted that is not supported for the specified deployment type.

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 ContinueDeploymentError
[src]

Trait Implementations

impl Debug for ContinueDeploymentError
[src]

Formats the value using the given formatter.

impl PartialEq for ContinueDeploymentError
[src]

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

This method tests for !=.

impl From<Error> for ContinueDeploymentError
[src]

Performs the conversion.

impl From<CredentialsError> for ContinueDeploymentError
[src]

Performs the conversion.

impl From<HttpDispatchError> for ContinueDeploymentError
[src]

Performs the conversion.

impl Display for ContinueDeploymentError
[src]

Formats the value using the given formatter. Read more

impl Error for ContinueDeploymentError
[src]

A short description of the error. Read more

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