Enum rusoto_rds::StartDBInstanceError [] [src]

pub enum StartDBInstanceError {
    AuthorizationNotFoundFault(String),
    DBClusterNotFoundFault(String),
    DBInstanceNotFoundFault(String),
    DBSubnetGroupDoesNotCoverEnoughAZs(String),
    DBSubnetGroupNotFoundFault(String),
    InsufficientDBInstanceCapacityFault(String),
    InvalidDBClusterStateFault(String),
    InvalidDBInstanceStateFault(String),
    InvalidSubnet(String),
    InvalidVPCNetworkStateFault(String),
    KMSKeyNotAccessibleFault(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by StartDBInstance

Variants

Specified CIDRIP or EC2 security group is not authorized for the specified DB security group.

RDS may not also be authorized via IAM to perform necessary actions on your behalf.

DBClusterIdentifier does not refer to an existing DB cluster.

DBInstanceIdentifier does not refer to an existing DB instance.

Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.

DBSubnetGroupName does not refer to an existing DB subnet group.

Specified DB instance class is not available in the specified Availability Zone.

The DB cluster is not in a valid state.

The specified DB instance is not in the available state.

The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.

DB subnet group does not cover all Availability Zones after it is created because users' change.

Error accessing KMS key.

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

Trait Implementations

impl Debug for StartDBInstanceError
[src]

Formats the value using the given formatter.

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

Performs the conversion.

impl From<CredentialsError> for StartDBInstanceError
[src]

Performs the conversion.

impl From<HttpDispatchError> for StartDBInstanceError
[src]

Performs the conversion.

impl From<Error> for StartDBInstanceError
[src]

Performs the conversion.

impl Display for StartDBInstanceError
[src]

Formats the value using the given formatter. Read more

impl Error for StartDBInstanceError
[src]

A short description of the error. Read more

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