Enum rusoto_redshift::RevokeClusterSecurityGroupIngressError [] [src]

pub enum RevokeClusterSecurityGroupIngressError {
    AuthorizationNotFoundFault(String),
    ClusterSecurityGroupNotFoundFault(String),
    InvalidClusterSecurityGroupStateFault(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by RevokeClusterSecurityGroupIngress

Variants

The specified CIDR IP range or EC2 security group is not authorized for the specified cluster security group.

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

The state of the cluster security group is not available.

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

Trait Implementations

impl Debug for RevokeClusterSecurityGroupIngressError
[src]

[src]

Formats the value using the given formatter.

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

[src]

Performs the conversion.

impl From<CredentialsError> for RevokeClusterSecurityGroupIngressError
[src]

[src]

Performs the conversion.

impl From<HttpDispatchError> for RevokeClusterSecurityGroupIngressError
[src]

impl From<Error> for RevokeClusterSecurityGroupIngressError
[src]

[src]

Performs the conversion.

impl Display for RevokeClusterSecurityGroupIngressError
[src]

[src]

Formats the value using the given formatter. Read more

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