Enum rusoto_route53::DeleteVPCAssociationAuthorizationError [] [src]

pub enum DeleteVPCAssociationAuthorizationError {
    ConcurrentModification(String),
    InvalidInput(String),
    InvalidVPCId(String),
    NoSuchHostedZone(String),
    VPCAssociationAuthorizationNotFound(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by DeleteVPCAssociationAuthorization

Variants

Another user submitted a request to update the object at the same time that you did. Retry the request.

The input is not valid.

The VPC ID that you specified either isn't a valid ID or the current account is not authorized to access this VPC.

No hosted zone exists with the ID that you specified.

The VPC that you specified is not authorized to be associated with the hosted zone.

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

Trait Implementations

impl Debug for DeleteVPCAssociationAuthorizationError
[src]

Formats the value using the given formatter.

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

Performs the conversion.

impl From<CredentialsError> for DeleteVPCAssociationAuthorizationError
[src]

Performs the conversion.

impl From<HttpDispatchError> for DeleteVPCAssociationAuthorizationError
[src]

Performs the conversion.

impl Display for DeleteVPCAssociationAuthorizationError
[src]

Formats the value using the given formatter. Read more

impl Error for DeleteVPCAssociationAuthorizationError
[src]

A short description of the error. Read more

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