Enum rusoto_sms::StartOnDemandReplicationRunError [] [src]

pub enum StartOnDemandReplicationRunError {
    InvalidParameter(String),
    MissingRequiredParameter(String),
    OperationNotPermitted(String),
    ReplicationRunLimitExceeded(String),
    UnauthorizedOperation(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by StartOnDemandReplicationRun

Variants

A parameter specified in the request is not valid, is unsupported, or cannot be used.

The request is missing a required parameter. Ensure that you have supplied all the required parameters for the request.

The specified operation is not allowed. This error can occur for a number of reasons; for example, you might be trying to start a Replication Run before seed Replication Run.

This user has exceeded the maximum allowed Replication Run limit.

This user does not have permissions to perform this 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 StartOnDemandReplicationRunError
[src]

Trait Implementations

impl Debug for StartOnDemandReplicationRunError
[src]

Formats the value using the given formatter.

impl PartialEq for StartOnDemandReplicationRunError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl From<Error> for StartOnDemandReplicationRunError
[src]

Performs the conversion.

impl From<CredentialsError> for StartOnDemandReplicationRunError
[src]

Performs the conversion.

impl From<HttpDispatchError> for StartOnDemandReplicationRunError
[src]

Performs the conversion.

impl From<Error> for StartOnDemandReplicationRunError
[src]

Performs the conversion.

impl Display for StartOnDemandReplicationRunError
[src]

Formats the value using the given formatter. Read more

impl Error for StartOnDemandReplicationRunError
[src]

A short description of the error. Read more

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