Enum rusoto_cloudfront::DeleteCloudFrontOriginAccessIdentityError [] [src]

pub enum DeleteCloudFrontOriginAccessIdentityError {
    AccessDenied(String),
    CloudFrontOriginAccessIdentityInUse(String),
    InvalidIfMatchVersion(String),
    NoSuchCloudFrontOriginAccessIdentity(String),
    PreconditionFailed(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by DeleteCloudFrontOriginAccessIdentity

Variants

Access denied.

The If-Match version is missing or not valid for the distribution.

The specified origin access identity does not exist.

The precondition given in one or more of the request-header fields evaluated to false.

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

Trait Implementations

impl Debug for DeleteCloudFrontOriginAccessIdentityError
[src]

Formats the value using the given formatter.

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

Performs the conversion.

impl From<CredentialsError> for DeleteCloudFrontOriginAccessIdentityError
[src]

Performs the conversion.

impl From<HttpDispatchError> for DeleteCloudFrontOriginAccessIdentityError
[src]

impl Display for DeleteCloudFrontOriginAccessIdentityError
[src]

Formats the value using the given formatter. Read more

impl Error for DeleteCloudFrontOriginAccessIdentityError
[src]

A short description of the error. Read more

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