Enum rusoto_redshift::CreateClusterError [] [src]

pub enum CreateClusterError {
    ClusterAlreadyExistsFault(String),
    ClusterParameterGroupNotFoundFault(String),
    ClusterQuotaExceededFault(String),
    ClusterSecurityGroupNotFoundFault(String),
    ClusterSubnetGroupNotFoundFault(String),
    DependentServiceRequestThrottlingFault(String),
    HsmClientCertificateNotFoundFault(String),
    HsmConfigurationNotFoundFault(String),
    InsufficientClusterCapacityFault(String),
    InvalidClusterSubnetGroupStateFault(String),
    InvalidElasticIpFault(String),
    InvalidSubnet(String),
    InvalidTagFault(String),
    InvalidVPCNetworkStateFault(String),
    LimitExceededFault(String),
    NumberOfNodesPerClusterLimitExceededFault(String),
    NumberOfNodesQuotaExceededFault(String),
    TagLimitExceededFault(String),
    UnauthorizedOperation(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by CreateCluster

Variants

The account already has a cluster with the given identifier.

The parameter group name does not refer to an existing parameter group.

The request would exceed the allowed number of cluster instances for this account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

The cluster security group name does not refer to an existing cluster security group.

The cluster subnet group name does not refer to an existing cluster subnet group.

The request cannot be completed because a dependent service is throttling requests made by Amazon Redshift on your behalf. Wait and retry the request.

There is no Amazon Redshift HSM client certificate with the specified identifier.

There is no Amazon Redshift HSM configuration with the specified identifier.

The number of nodes specified exceeds the allotted capacity of the cluster.

The cluster subnet group cannot be deleted because it is in use.

The Elastic IP (EIP) is invalid or cannot be found.

The requested subnet is not valid, or not all of the subnets are in the same VPC.

The tag is invalid.

The cluster subnet group does not cover all Availability Zones.

The encryption key has exceeded its grant limit in AWS KMS.

The operation would exceed the number of nodes allowed for a cluster.

The operation would exceed the number of nodes allotted to the account. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.

The request exceeds the limit of 10 tags for the resource.

Your account is not authorized to perform the requested operation.

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

Trait Implementations

impl Debug for CreateClusterError
[src]

[src]

Formats the value using the given formatter.

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

[src]

Performs the conversion.

impl From<CredentialsError> for CreateClusterError
[src]

[src]

Performs the conversion.

impl From<HttpDispatchError> for CreateClusterError
[src]

[src]

Performs the conversion.

impl From<Error> for CreateClusterError
[src]

[src]

Performs the conversion.

impl Display for CreateClusterError
[src]

[src]

Formats the value using the given formatter. Read more

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