Enum rusoto_route53::DeleteTrafficPolicyInstanceError [] [src]

pub enum DeleteTrafficPolicyInstanceError {
    InvalidInput(String),
    NoSuchTrafficPolicyInstance(String),
    PriorRequestNotComplete(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by DeleteTrafficPolicyInstance

Variants

The input is not valid.

No traffic policy instance exists with the specified ID.

If Amazon Route 53 can't process a request before the next request arrives, it will reject subsequent requests for the same hosted zone and return an HTTP 400 error (Bad request). If Amazon Route 53 returns this error repeatedly for the same request, we recommend that you wait, in intervals of increasing duration, before you try the request again.

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

Trait Implementations

impl Debug for DeleteTrafficPolicyInstanceError
[src]

Formats the value using the given formatter.

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

Performs the conversion.

impl From<CredentialsError> for DeleteTrafficPolicyInstanceError
[src]

Performs the conversion.

impl From<HttpDispatchError> for DeleteTrafficPolicyInstanceError
[src]

Performs the conversion.

impl Display for DeleteTrafficPolicyInstanceError
[src]

Formats the value using the given formatter. Read more

impl Error for DeleteTrafficPolicyInstanceError
[src]

A short description of the error. Read more

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