Enum rusoto_codebuild::CreateProjectError [] [src]

pub enum CreateProjectError {
    AccountLimitExceeded(String),
    InvalidInput(String),
    ResourceAlreadyExists(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by CreateProject

Variants

An AWS service limit was exceeded for the calling AWS account.

The input value that was provided is not valid.

The specified AWS resource cannot be created, because an AWS resource with the same settings already exists.

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

Trait Implementations

impl Debug for CreateProjectError
[src]

Formats the value using the given formatter.

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

Performs the conversion.

impl From<CredentialsError> for CreateProjectError
[src]

Performs the conversion.

impl From<HttpDispatchError> for CreateProjectError
[src]

Performs the conversion.

impl From<Error> for CreateProjectError
[src]

Performs the conversion.

impl Display for CreateProjectError
[src]

Formats the value using the given formatter. Read more

impl Error for CreateProjectError
[src]

A short description of the error. Read more

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