[][src]Enum rusoto_cloudfront::UpdateStreamingDistributionError

pub enum UpdateStreamingDistributionError {
    AccessDenied(String),
    CNAMEAlreadyExists(String),
    IllegalUpdate(String),
    InconsistentQuantities(String),
    InvalidArgument(String),
    InvalidIfMatchVersion(String),
    InvalidOriginAccessIdentity(String),
    MissingBody(String),
    NoSuchStreamingDistribution(String),
    PreconditionFailed(String),
    TooManyStreamingDistributionCNAMEs(String),
    TooManyTrustedSigners(String),
    TrustedSignerDoesNotExist(String),
}

Errors returned by UpdateStreamingDistribution

Variants

AccessDenied(String)

Access denied.

CNAMEAlreadyExists(String)
IllegalUpdate(String)

Origin and CallerReference cannot be updated.

InconsistentQuantities(String)

The value of Quantity and the size of Items don't match.

InvalidArgument(String)

The argument is invalid.

InvalidIfMatchVersion(String)

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

InvalidOriginAccessIdentity(String)

The origin access identity is not valid or doesn't exist.

MissingBody(String)

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

NoSuchStreamingDistribution(String)

The specified streaming distribution does not exist.

PreconditionFailed(String)

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

TooManyStreamingDistributionCNAMEs(String)
TooManyTrustedSigners(String)

Your request contains more trusted signers than are allowed per distribution.

TrustedSignerDoesNotExist(String)

One or more of your trusted signers don't exist.

Methods

impl UpdateStreamingDistributionError[src]

Trait Implementations

impl PartialEq<UpdateStreamingDistributionError> for UpdateStreamingDistributionError[src]

impl Display for UpdateStreamingDistributionError[src]

impl Debug for UpdateStreamingDistributionError[src]

impl StructuralPartialEq for UpdateStreamingDistributionError[src]

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