Enum rusoto_codedeploy::ListDeploymentInstancesError [] [src]

pub enum ListDeploymentInstancesError {
    DeploymentDoesNotExist(String),
    DeploymentIdRequired(String),
    DeploymentNotStarted(String),
    InvalidDeploymentId(String),
    InvalidDeploymentInstanceType(String),
    InvalidInstanceStatus(String),
    InvalidInstanceType(String),
    InvalidNextToken(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by ListDeploymentInstances

Variants

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

At least one deployment ID must be specified.

The specified deployment has not started.

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

An instance type was specified for an in-place deployment. Instance types are supported for blue/green deployments only.

The specified instance status does not exist.

An invalid instance type was specified for instances in a blue/green deployment. Valid values include "Blue" for an original environment and "Green" for a replacement environment.

The next token was specified in an invalid format.

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

Trait Implementations

impl Debug for ListDeploymentInstancesError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ListDeploymentInstancesError
[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 ListDeploymentInstancesError
[src]

[src]

Performs the conversion.

impl From<CredentialsError> for ListDeploymentInstancesError
[src]

[src]

Performs the conversion.

impl From<HttpDispatchError> for ListDeploymentInstancesError
[src]

[src]

Performs the conversion.

impl From<Error> for ListDeploymentInstancesError
[src]

[src]

Performs the conversion.

impl Display for ListDeploymentInstancesError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for ListDeploymentInstancesError
[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