[][src]Enum rusoto_cloudfront::DeleteCloudFrontOriginAccessIdentityError

pub enum DeleteCloudFrontOriginAccessIdentityError {
    AccessDenied(String),
    CloudFrontOriginAccessIdentityInUse(String),
    InvalidIfMatchVersion(String),
    NoSuchCloudFrontOriginAccessIdentity(String),
    PreconditionFailed(String),
}

Errors returned by DeleteCloudFrontOriginAccessIdentity

Variants

AccessDenied(String)

Access denied.

CloudFrontOriginAccessIdentityInUse(String)
InvalidIfMatchVersion(String)

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

NoSuchCloudFrontOriginAccessIdentity(String)

The specified origin access identity does not exist.

PreconditionFailed(String)

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

Methods

impl DeleteCloudFrontOriginAccessIdentityError[src]

Trait Implementations

impl PartialEq<DeleteCloudFrontOriginAccessIdentityError> for DeleteCloudFrontOriginAccessIdentityError[src]

impl Display for DeleteCloudFrontOriginAccessIdentityError[src]

impl Debug for DeleteCloudFrontOriginAccessIdentityError[src]

impl StructuralPartialEq for DeleteCloudFrontOriginAccessIdentityError[src]

impl Error for DeleteCloudFrontOriginAccessIdentityError[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self