Enum rusoto_elasticbeanstalk::CreateApplicationVersionError [] [src]

pub enum CreateApplicationVersionError {
    CodeBuildNotInServiceRegion(String),
    InsufficientPrivileges(String),
    S3LocationNotInServiceRegion(String),
    TooManyApplicationVersions(String),
    TooManyApplications(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by CreateApplicationVersion

Variants

AWS CodeBuild is not available in the specified region.

The specified account does not have sufficient privileges for one of more AWS services.

The specified S3 bucket does not belong to the S3 region in which the service is running. The following regions are supported:

  • IAD/us-east-1

  • PDX/us-west-2

  • DUB/eu-west-1

The specified account has reached its limit of application versions.

The specified account has reached its limit of applications.

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

Trait Implementations

impl Debug for CreateApplicationVersionError
[src]

Formats the value using the given formatter.

impl PartialEq for CreateApplicationVersionError
[src]

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

This method tests for !=.

impl From<XmlParseError> for CreateApplicationVersionError
[src]

Performs the conversion.

impl From<CredentialsError> for CreateApplicationVersionError
[src]

Performs the conversion.

impl From<HttpDispatchError> for CreateApplicationVersionError
[src]

Performs the conversion.

impl Display for CreateApplicationVersionError
[src]

Formats the value using the given formatter. Read more

impl Error for CreateApplicationVersionError
[src]

A short description of the error. Read more

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