Enum rusoto_elasticache::DescribeReplicationGroupsError [] [src]

pub enum DescribeReplicationGroupsError {
    InvalidParameterCombination(String),
    InvalidParameterValue(String),
    ReplicationGroupNotFoundFault(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by DescribeReplicationGroups

Variants

Two or more incompatible parameters were specified.

The value for a parameter is invalid.

The specified replication group does not exist.

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

Trait Implementations

impl Debug for DescribeReplicationGroupsError
[src]

Formats the value using the given formatter.

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

Performs the conversion.

impl From<CredentialsError> for DescribeReplicationGroupsError
[src]

Performs the conversion.

impl From<HttpDispatchError> for DescribeReplicationGroupsError
[src]

Performs the conversion.

impl Display for DescribeReplicationGroupsError
[src]

Formats the value using the given formatter. Read more

impl Error for DescribeReplicationGroupsError
[src]

A short description of the error. Read more

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