Enum rusoto_route53::UpdateTrafficPolicyInstanceError [] [src]

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

Errors returned by UpdateTrafficPolicyInstance

Variants

You tried to update a traffic policy instance by using a traffic policy version that has a different DNS type than the current type for the instance. You specified the type in the JSON document in the CreateTrafficPolicy or CreateTrafficPolicyVersionrequest.

The input is not valid.

No traffic policy exists with the specified ID.

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

Trait Implementations

impl Debug for UpdateTrafficPolicyInstanceError
[src]

Formats the value using the given formatter.

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

Performs the conversion.

impl From<CredentialsError> for UpdateTrafficPolicyInstanceError
[src]

Performs the conversion.

impl From<HttpDispatchError> for UpdateTrafficPolicyInstanceError
[src]

Performs the conversion.

impl Display for UpdateTrafficPolicyInstanceError
[src]

Formats the value using the given formatter. Read more

impl Error for UpdateTrafficPolicyInstanceError
[src]

A short description of the error. Read more

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