Enum rusoto_cloudfront::CreateStreamingDistributionError [] [src]

pub enum CreateStreamingDistributionError {
    AccessDenied(String),
    CNAMEAlreadyExists(String),
    InconsistentQuantities(String),
    InvalidArgument(String),
    InvalidOrigin(String),
    InvalidOriginAccessIdentity(String),
    MissingBody(String),
    StreamingDistributionAlreadyExists(String),
    TooManyStreamingDistributionCNAMEs(String),
    TooManyStreamingDistributions(String),
    TooManyTrustedSigners(String),
    TrustedSignerDoesNotExist(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by CreateStreamingDistribution

Variants

Access denied.

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

The argument is invalid.

The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket.

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

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 streaming distributions allowed.

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

One or more of your trusted signers do not exist.

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

Trait Implementations

impl Debug for CreateStreamingDistributionError
[src]

Formats the value using the given formatter.

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

Performs the conversion.

impl From<CredentialsError> for CreateStreamingDistributionError
[src]

Performs the conversion.

impl From<HttpDispatchError> for CreateStreamingDistributionError
[src]

Performs the conversion.

impl Display for CreateStreamingDistributionError
[src]

Formats the value using the given formatter. Read more

impl Error for CreateStreamingDistributionError
[src]

A short description of the error. Read more

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