Enum rusoto_route53::AssociateVPCWithHostedZoneError [] [src]

pub enum AssociateVPCWithHostedZoneError {
    ConflictingDomainExists(String),
    InvalidInput(String),
    InvalidVPCId(String),
    LimitsExceeded(String),
    NoSuchHostedZone(String),
    NotAuthorized(String),
    PublicZoneVPCAssociation(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by AssociateVPCWithHostedZone

Variants

You specified an Amazon VPC that you're already using for another hosted zone, and the domain that you specified for one of the hosted zones is a subdomain of the domain that you specified for the other hosted zone. For example, you can't use the same Amazon VPC for the hosted zones for example.com and test.example.com.

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 limits specified for a resource have been exceeded.

No hosted zone exists with the ID that you specified.

Associating the specified VPC with the specified hosted zone has not been authorized.

You're trying to associate a VPC with a public hosted zone. Amazon Route 53 doesn't support associating a VPC with a public 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 AssociateVPCWithHostedZoneError
[src]

Trait Implementations

impl Debug for AssociateVPCWithHostedZoneError
[src]

Formats the value using the given formatter.

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

Performs the conversion.

impl From<CredentialsError> for AssociateVPCWithHostedZoneError
[src]

Performs the conversion.

impl From<HttpDispatchError> for AssociateVPCWithHostedZoneError
[src]

Performs the conversion.

impl Display for AssociateVPCWithHostedZoneError
[src]

Formats the value using the given formatter. Read more

impl Error for AssociateVPCWithHostedZoneError
[src]

A short description of the error. Read more

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