Enum rusoto_route53::DisassociateVPCFromHostedZoneError [] [src]

pub enum DisassociateVPCFromHostedZoneError {
    InvalidInput(String),
    InvalidVPCId(String),
    LastVPCAssociation(String),
    NoSuchHostedZone(String),
    VPCAssociationNotFound(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by DisassociateVPCFromHostedZone

Variants

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.

The VPC that you're trying to disassociate from the private hosted zone is the last VPC that is associated with the hosted zone. Amazon Route 53 doesn't support disassociating the last VPC from a hosted zone.

No hosted zone exists with the ID that you specified.

The specified VPC and hosted zone are not currently associated.

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

Trait Implementations

impl Debug for DisassociateVPCFromHostedZoneError
[src]

[src]

Formats the value using the given formatter.

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

[src]

Performs the conversion.

impl From<CredentialsError> for DisassociateVPCFromHostedZoneError
[src]

[src]

Performs the conversion.

impl From<HttpDispatchError> for DisassociateVPCFromHostedZoneError
[src]

[src]

Performs the conversion.

impl From<Error> for DisassociateVPCFromHostedZoneError
[src]

[src]

Performs the conversion.

impl Display for DisassociateVPCFromHostedZoneError
[src]

[src]

Formats the value using the given formatter. Read more

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