Enum rusoto_acm::RequestCertificateError [] [src]

pub enum RequestCertificateError {
    InvalidDomainValidationOptions(String),
    LimitExceeded(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by RequestCertificate

Variants

One or more values in the DomainValidationOption structure is incorrect.

An ACM limit has been exceeded. For example, you may have input more domains than are allowed or you've requested too many certificates for your account. See the exception message returned by ACM to determine which limit you have violated. For more information about ACM limits, see the Limits topic.

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

Trait Implementations

impl Debug for RequestCertificateError
[src]

[src]

Formats the value using the given formatter.

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

[src]

Performs the conversion.

impl From<CredentialsError> for RequestCertificateError
[src]

[src]

Performs the conversion.

impl From<HttpDispatchError> for RequestCertificateError
[src]

[src]

Performs the conversion.

impl From<Error> for RequestCertificateError
[src]

[src]

Performs the conversion.

impl Display for RequestCertificateError
[src]

[src]

Formats the value using the given formatter. Read more

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