Enum rusoto_cloudfront::CreateCloudFrontOriginAccessIdentityError [] [src]

pub enum CreateCloudFrontOriginAccessIdentityError {
    CloudFrontOriginAccessIdentityAlreadyExists(String),
    InconsistentQuantities(String),
    InvalidArgument(String),
    MissingBody(String),
    TooManyCloudFrontOriginAccessIdentities(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by CreateCloudFrontOriginAccessIdentity

Variants

If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

The value of Quantity and the size of Items do not match.

The argument is invalid.

This operation requires a body. Ensure that the body is present and the Content-Type header is set.

Processing your request would cause you to exceed the maximum number of origin access identities allowed.

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

Trait Implementations

impl Debug for CreateCloudFrontOriginAccessIdentityError
[src]

[src]

Formats the value using the given formatter.

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

[src]

Performs the conversion.

impl From<CredentialsError> for CreateCloudFrontOriginAccessIdentityError
[src]

[src]

Performs the conversion.

impl From<HttpDispatchError> for CreateCloudFrontOriginAccessIdentityError
[src]

impl From<Error> for CreateCloudFrontOriginAccessIdentityError
[src]

[src]

Performs the conversion.

impl Display for CreateCloudFrontOriginAccessIdentityError
[src]

[src]

Formats the value using the given formatter. Read more

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