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
DbClusterSnapshotNotFoundFault(DbClusterSnapshotNotFoundFault)
Tuple Fields
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)
Tuple Fields
You can't start an export task that's already running.
IamRoleMissingPermissionsFault(IamRoleMissingPermissionsFault)
Tuple Fields
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)
Tuple Fields
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>)
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for StartExportTaskErrorKind
impl Send for StartExportTaskErrorKind
impl Sync for StartExportTaskErrorKind
impl Unpin for StartExportTaskErrorKind
impl !UnwindSafe for StartExportTaskErrorKind
Blanket Implementations
Mutably borrows from an owned value. Read more
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