Enum aws_sdk_rds::error::StartExportTaskErrorKind[][src]

#[non_exhaustive]
pub enum StartExportTaskErrorKind {
    DbClusterSnapshotNotFoundFault(DbClusterSnapshotNotFoundFault),
    DbSnapshotNotFoundFault(DbSnapshotNotFoundFault),
    ExportTaskAlreadyExistsFault(ExportTaskAlreadyExistsFault),
    IamRoleMissingPermissionsFault(IamRoleMissingPermissionsFault),
    IamRoleNotFoundFault(IamRoleNotFoundFault),
    InvalidExportOnlyFault(InvalidExportOnlyFault),
    InvalidExportSourceStateFault(InvalidExportSourceStateFault),
    InvalidS3BucketFault(InvalidS3BucketFault),
    KmsKeyNotAccessibleFault(KmsKeyNotAccessibleFault),
    Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description

Types of errors that can occur for the StartExportTask operation.

Variants (Non-exhaustive)

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.

DbClusterSnapshotNotFoundFault(DbClusterSnapshotNotFoundFault)

DBClusterSnapshotIdentifier doesn't refer to an existing DB cluster snapshot.

DbSnapshotNotFoundFault(DbSnapshotNotFoundFault)

Tuple Fields

DBSnapshotIdentifier doesn't refer to an existing DB snapshot.

ExportTaskAlreadyExistsFault(ExportTaskAlreadyExistsFault)

You can't start an export task that's already running.

IamRoleMissingPermissionsFault(IamRoleMissingPermissionsFault)

The IAM role requires additional permissions to export to an Amazon S3 bucket.

IamRoleNotFoundFault(IamRoleNotFoundFault)

Tuple Fields

The IAM role is missing for exporting to an Amazon S3 bucket.

InvalidExportOnlyFault(InvalidExportOnlyFault)

Tuple Fields

The export is invalid for exporting to an Amazon S3 bucket.

InvalidExportSourceStateFault(InvalidExportSourceStateFault)

The state of the export snapshot is invalid for exporting to an Amazon S3 bucket.

InvalidS3BucketFault(InvalidS3BucketFault)

Tuple Fields

The specified Amazon S3 bucket name can't be found or Amazon RDS isn't authorized to access the specified Amazon S3 bucket. Verify the SourceS3BucketName and S3IngestionRoleArn values and try again.

KmsKeyNotAccessibleFault(KmsKeyNotAccessibleFault)

Tuple Fields

An error occurred accessing an Amazon Web Services KMS key.

Unhandled(Box<dyn Error + Send + Sync + 'static>)

Tuple Fields

0: Box<dyn Error + Send + Sync + 'static>

An unexpected error, e.g. invalid JSON returned by the service or an unknown error code

Trait Implementations

Formats the value using the given formatter. Read more

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.

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.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more