Enum rusoto_lightsail::PeerVpcError [] [src]

pub enum PeerVpcError {
    AccessDenied(String),
    AccountSetupInProgress(String),
    InvalidInput(String),
    NotFound(String),
    OperationFailure(String),
    Service(String),
    Unauthenticated(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by PeerVpc

Variants

Lightsail throws this exception when the user cannot be authenticated or uses invalid credentials to access a resource.

Lightsail throws this exception when an account is still in the setup in progress state.

Lightsail throws this exception when user input does not conform to the validation rules of an input field.

Domain-related APIs are only available in the N. Virginia (us-east-1) Region. Please set your Region configuration to us-east-1 to create, view, or edit these resources.

Lightsail throws this exception when it cannot find a resource.

Lightsail throws this exception when an operation fails to execute.

A general service exception.

Lightsail throws this exception when the user has not been authenticated.

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

[src]

Trait Implementations

impl Debug for PeerVpcError
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

Performs the conversion.

impl From<CredentialsError> for PeerVpcError
[src]

[src]

Performs the conversion.

impl From<HttpDispatchError> for PeerVpcError
[src]

[src]

Performs the conversion.

impl From<Error> for PeerVpcError
[src]

[src]

Performs the conversion.

impl Display for PeerVpcError
[src]

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for PeerVpcError

impl Sync for PeerVpcError