Enum rusoto_route53::DeleteReusableDelegationSetError [] [src]

pub enum DeleteReusableDelegationSetError {
    DelegationSetInUse(String),
    DelegationSetNotReusable(String),
    InvalidInput(String),
    NoSuchDelegationSet(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by DeleteReusableDelegationSet

Variants

The specified delegation contains associated hosted zones which must be deleted before the reusable delegation set can be deleted.

A reusable delegation set with the specified ID does not exist.

The input is not valid.

A reusable delegation set with the specified ID does 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 DeleteReusableDelegationSetError
[src]

Trait Implementations

impl Debug for DeleteReusableDelegationSetError
[src]

Formats the value using the given formatter.

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

Performs the conversion.

impl From<CredentialsError> for DeleteReusableDelegationSetError
[src]

Performs the conversion.

impl From<HttpDispatchError> for DeleteReusableDelegationSetError
[src]

Performs the conversion.

impl Display for DeleteReusableDelegationSetError
[src]

Formats the value using the given formatter. Read more

impl Error for DeleteReusableDelegationSetError
[src]

A short description of the error. Read more

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