Enum rusoto_dms::StartReplicationTaskAssessmentRunError[][src]

pub enum StartReplicationTaskAssessmentRunError {
    AccessDeniedFault(String),
    InvalidResourceStateFault(String),
    KMSAccessDeniedFault(String),
    KMSDisabledFault(String),
    KMSFault(String),
    KMSInvalidStateFault(String),
    KMSKeyNotAccessibleFault(String),
    KMSNotFoundFault(String),
    ResourceAlreadyExistsFault(String),
    ResourceNotFoundFault(String),
    S3AccessDeniedFault(String),
    S3ResourceNotFoundFault(String),
}
Expand description

Errors returned by StartReplicationTaskAssessmentRun

Variants

AccessDeniedFault(String)

AWS DMS was denied access to the endpoint. Check that the role is correctly configured.

InvalidResourceStateFault(String)

The resource is in a state that prevents it from being used for database migration.

KMSAccessDeniedFault(String)

The ciphertext references a key that doesn't exist or that the DMS account doesn't have access to.

KMSDisabledFault(String)

The specified master key (CMK) isn't enabled.

KMSFault(String)

An AWS Key Management Service (AWS KMS) error is preventing access to AWS KMS.

KMSInvalidStateFault(String)

The state of the specified AWS KMS resource isn't valid for this request.

KMSKeyNotAccessibleFault(String)

AWS DMS cannot access the AWS KMS key.

KMSNotFoundFault(String)

The specified AWS KMS entity or resource can't be found.

ResourceAlreadyExistsFault(String)

The resource you are attempting to create already exists.

ResourceNotFoundFault(String)

The resource could not be found.

S3AccessDeniedFault(String)

Insufficient privileges are preventing access to an Amazon S3 object.

S3ResourceNotFoundFault(String)

A specified Amazon S3 bucket, bucket folder, or other object can't be found.

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

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

🔬 This is a nightly-only experimental API. (backtrace)

Returns a stack backtrace, if available, of where this error occurred. Read more

👎 Deprecated since 1.42.0:

use the Display impl or to_string()

👎 Deprecated since 1.33.0:

replaced by Error::source, which can support downcasting

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.