Enum aws_sdk_s3::Error
source · [−]#[non_exhaustive]
pub enum Error {
BucketAlreadyExists(BucketAlreadyExists),
BucketAlreadyOwnedByYou(BucketAlreadyOwnedByYou),
InvalidObjectState(InvalidObjectState),
NoSuchBucket(NoSuchBucket),
NoSuchKey(NoSuchKey),
NoSuchUpload(NoSuchUpload),
NotFound(NotFound),
ObjectAlreadyInActiveTierError(ObjectAlreadyInActiveTierError),
ObjectNotInActiveTierError(ObjectNotInActiveTierError),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
All possible error types for this service.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
BucketAlreadyExists(BucketAlreadyExists)
The requested bucket name is not available. The bucket namespace is shared by all users of the system. Select a different name and try again.
BucketAlreadyOwnedByYou(BucketAlreadyOwnedByYou)
The bucket you tried to create already exists, and you own it. Amazon S3 returns this error in all Amazon Web Services Regions except in the North Virginia Region. For legacy compatibility, if you re-create an existing bucket that you already own in the North Virginia Region, Amazon S3 returns 200 OK and resets the bucket access control lists (ACLs).
InvalidObjectState(InvalidObjectState)
Object is archived and inaccessible until restored.
NoSuchBucket(NoSuchBucket)
The specified bucket does not exist.
NoSuchKey(NoSuchKey)
The specified key does not exist.
NoSuchUpload(NoSuchUpload)
The specified multipart upload does not exist.
NotFound(NotFound)
The specified content does not exist.
ObjectAlreadyInActiveTierError(ObjectAlreadyInActiveTierError)
This action is not allowed against this storage tier.
ObjectNotInActiveTierError(ObjectNotInActiveTierError)
The source object of the COPY action is not in the active tier and is only stored in Amazon S3 Glacier.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
sourceimpl Error for Error
impl Error for Error
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
use the Display impl or to_string()
sourceimpl<R> From<SdkError<AbortMultipartUploadError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AbortMultipartUploadError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AbortMultipartUploadError, R>) -> Self
fn from(err: SdkError<AbortMultipartUploadError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CompleteMultipartUploadError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CompleteMultipartUploadError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CompleteMultipartUploadError, R>) -> Self
fn from(err: SdkError<CompleteMultipartUploadError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CopyObjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CopyObjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CopyObjectError, R>) -> Self
fn from(err: SdkError<CopyObjectError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateBucketError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateBucketError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateBucketError, R>) -> Self
fn from(err: SdkError<CreateBucketError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateMultipartUploadError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateMultipartUploadError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateMultipartUploadError, R>) -> Self
fn from(err: SdkError<CreateMultipartUploadError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketAnalyticsConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketAnalyticsConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBucketAnalyticsConfigurationError, R>) -> Self
fn from(err: SdkError<DeleteBucketAnalyticsConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketCorsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketCorsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBucketCorsError, R>) -> Self
fn from(err: SdkError<DeleteBucketCorsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketEncryptionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketEncryptionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBucketEncryptionError, R>) -> Self
fn from(err: SdkError<DeleteBucketEncryptionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBucketError, R>) -> Self
fn from(err: SdkError<DeleteBucketError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketIntelligentTieringConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketIntelligentTieringConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(
err: SdkError<DeleteBucketIntelligentTieringConfigurationError, R>
) -> Self
fn from(
err: SdkError<DeleteBucketIntelligentTieringConfigurationError, R>
) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketInventoryConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketInventoryConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBucketInventoryConfigurationError, R>) -> Self
fn from(err: SdkError<DeleteBucketInventoryConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketLifecycleError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketLifecycleError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBucketLifecycleError, R>) -> Self
fn from(err: SdkError<DeleteBucketLifecycleError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketMetricsConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketMetricsConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBucketMetricsConfigurationError, R>) -> Self
fn from(err: SdkError<DeleteBucketMetricsConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketOwnershipControlsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketOwnershipControlsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBucketOwnershipControlsError, R>) -> Self
fn from(err: SdkError<DeleteBucketOwnershipControlsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketPolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketPolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBucketPolicyError, R>) -> Self
fn from(err: SdkError<DeleteBucketPolicyError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketReplicationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketReplicationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBucketReplicationError, R>) -> Self
fn from(err: SdkError<DeleteBucketReplicationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketTaggingError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketTaggingError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBucketTaggingError, R>) -> Self
fn from(err: SdkError<DeleteBucketTaggingError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteBucketWebsiteError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteBucketWebsiteError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteBucketWebsiteError, R>) -> Self
fn from(err: SdkError<DeleteBucketWebsiteError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteObjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteObjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteObjectError, R>) -> Self
fn from(err: SdkError<DeleteObjectError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteObjectTaggingError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteObjectTaggingError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteObjectTaggingError, R>) -> Self
fn from(err: SdkError<DeleteObjectTaggingError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteObjectsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteObjectsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteObjectsError, R>) -> Self
fn from(err: SdkError<DeleteObjectsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeletePublicAccessBlockError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeletePublicAccessBlockError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeletePublicAccessBlockError, R>) -> Self
fn from(err: SdkError<DeletePublicAccessBlockError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketAccelerateConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketAccelerateConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketAccelerateConfigurationError, R>) -> Self
fn from(err: SdkError<GetBucketAccelerateConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketAclError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketAclError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketAclError, R>) -> Self
fn from(err: SdkError<GetBucketAclError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketAnalyticsConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketAnalyticsConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketAnalyticsConfigurationError, R>) -> Self
fn from(err: SdkError<GetBucketAnalyticsConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketCorsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketCorsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketCorsError, R>) -> Self
fn from(err: SdkError<GetBucketCorsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketEncryptionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketEncryptionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketEncryptionError, R>) -> Self
fn from(err: SdkError<GetBucketEncryptionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketIntelligentTieringConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketIntelligentTieringConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketIntelligentTieringConfigurationError, R>) -> Self
fn from(err: SdkError<GetBucketIntelligentTieringConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketInventoryConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketInventoryConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketInventoryConfigurationError, R>) -> Self
fn from(err: SdkError<GetBucketInventoryConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketLifecycleConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketLifecycleConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketLifecycleConfigurationError, R>) -> Self
fn from(err: SdkError<GetBucketLifecycleConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketLocationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketLocationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketLocationError, R>) -> Self
fn from(err: SdkError<GetBucketLocationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketLoggingError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketLoggingError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketLoggingError, R>) -> Self
fn from(err: SdkError<GetBucketLoggingError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketMetricsConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketMetricsConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketMetricsConfigurationError, R>) -> Self
fn from(err: SdkError<GetBucketMetricsConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketNotificationConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketNotificationConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketNotificationConfigurationError, R>) -> Self
fn from(err: SdkError<GetBucketNotificationConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketOwnershipControlsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketOwnershipControlsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketOwnershipControlsError, R>) -> Self
fn from(err: SdkError<GetBucketOwnershipControlsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketPolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketPolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketPolicyError, R>) -> Self
fn from(err: SdkError<GetBucketPolicyError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketPolicyStatusError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketPolicyStatusError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketPolicyStatusError, R>) -> Self
fn from(err: SdkError<GetBucketPolicyStatusError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketReplicationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketReplicationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketReplicationError, R>) -> Self
fn from(err: SdkError<GetBucketReplicationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketRequestPaymentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketRequestPaymentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketRequestPaymentError, R>) -> Self
fn from(err: SdkError<GetBucketRequestPaymentError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketTaggingError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketTaggingError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketTaggingError, R>) -> Self
fn from(err: SdkError<GetBucketTaggingError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketVersioningError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketVersioningError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketVersioningError, R>) -> Self
fn from(err: SdkError<GetBucketVersioningError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetBucketWebsiteError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetBucketWebsiteError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetBucketWebsiteError, R>) -> Self
fn from(err: SdkError<GetBucketWebsiteError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetObjectAclError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetObjectAclError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetObjectAclError, R>) -> Self
fn from(err: SdkError<GetObjectAclError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetObjectAttributesError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetObjectAttributesError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetObjectAttributesError, R>) -> Self
fn from(err: SdkError<GetObjectAttributesError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetObjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetObjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetObjectError, R>) -> Self
fn from(err: SdkError<GetObjectError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetObjectLegalHoldError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetObjectLegalHoldError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetObjectLegalHoldError, R>) -> Self
fn from(err: SdkError<GetObjectLegalHoldError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetObjectLockConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetObjectLockConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetObjectLockConfigurationError, R>) -> Self
fn from(err: SdkError<GetObjectLockConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetObjectRetentionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetObjectRetentionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetObjectRetentionError, R>) -> Self
fn from(err: SdkError<GetObjectRetentionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetObjectTaggingError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetObjectTaggingError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetObjectTaggingError, R>) -> Self
fn from(err: SdkError<GetObjectTaggingError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetObjectTorrentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetObjectTorrentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetObjectTorrentError, R>) -> Self
fn from(err: SdkError<GetObjectTorrentError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetPublicAccessBlockError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetPublicAccessBlockError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetPublicAccessBlockError, R>) -> Self
fn from(err: SdkError<GetPublicAccessBlockError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<HeadBucketError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<HeadBucketError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<HeadBucketError, R>) -> Self
fn from(err: SdkError<HeadBucketError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<HeadObjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<HeadObjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<HeadObjectError, R>) -> Self
fn from(err: SdkError<HeadObjectError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListBucketAnalyticsConfigurationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBucketAnalyticsConfigurationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListBucketAnalyticsConfigurationsError, R>) -> Self
fn from(err: SdkError<ListBucketAnalyticsConfigurationsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListBucketIntelligentTieringConfigurationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBucketIntelligentTieringConfigurationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(
err: SdkError<ListBucketIntelligentTieringConfigurationsError, R>
) -> Self
fn from(
err: SdkError<ListBucketIntelligentTieringConfigurationsError, R>
) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListBucketInventoryConfigurationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBucketInventoryConfigurationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListBucketInventoryConfigurationsError, R>) -> Self
fn from(err: SdkError<ListBucketInventoryConfigurationsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListBucketMetricsConfigurationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBucketMetricsConfigurationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListBucketMetricsConfigurationsError, R>) -> Self
fn from(err: SdkError<ListBucketMetricsConfigurationsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListBucketsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListBucketsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListBucketsError, R>) -> Self
fn from(err: SdkError<ListBucketsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListMultipartUploadsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListMultipartUploadsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListMultipartUploadsError, R>) -> Self
fn from(err: SdkError<ListMultipartUploadsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListObjectVersionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListObjectVersionsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListObjectVersionsError, R>) -> Self
fn from(err: SdkError<ListObjectVersionsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListObjectsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListObjectsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListObjectsError, R>) -> Self
fn from(err: SdkError<ListObjectsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListObjectsV2Error, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListObjectsV2Error, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListObjectsV2Error, R>) -> Self
fn from(err: SdkError<ListObjectsV2Error, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListPartsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListPartsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListPartsError, R>) -> Self
fn from(err: SdkError<ListPartsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketAccelerateConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketAccelerateConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketAccelerateConfigurationError, R>) -> Self
fn from(err: SdkError<PutBucketAccelerateConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketAclError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketAclError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketAclError, R>) -> Self
fn from(err: SdkError<PutBucketAclError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketAnalyticsConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketAnalyticsConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketAnalyticsConfigurationError, R>) -> Self
fn from(err: SdkError<PutBucketAnalyticsConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketCorsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketCorsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketCorsError, R>) -> Self
fn from(err: SdkError<PutBucketCorsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketEncryptionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketEncryptionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketEncryptionError, R>) -> Self
fn from(err: SdkError<PutBucketEncryptionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketIntelligentTieringConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketIntelligentTieringConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketIntelligentTieringConfigurationError, R>) -> Self
fn from(err: SdkError<PutBucketIntelligentTieringConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketInventoryConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketInventoryConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketInventoryConfigurationError, R>) -> Self
fn from(err: SdkError<PutBucketInventoryConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketLifecycleConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketLifecycleConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketLifecycleConfigurationError, R>) -> Self
fn from(err: SdkError<PutBucketLifecycleConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketLoggingError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketLoggingError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketLoggingError, R>) -> Self
fn from(err: SdkError<PutBucketLoggingError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketMetricsConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketMetricsConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketMetricsConfigurationError, R>) -> Self
fn from(err: SdkError<PutBucketMetricsConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketNotificationConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketNotificationConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketNotificationConfigurationError, R>) -> Self
fn from(err: SdkError<PutBucketNotificationConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketOwnershipControlsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketOwnershipControlsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketOwnershipControlsError, R>) -> Self
fn from(err: SdkError<PutBucketOwnershipControlsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketPolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketPolicyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketPolicyError, R>) -> Self
fn from(err: SdkError<PutBucketPolicyError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketReplicationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketReplicationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketReplicationError, R>) -> Self
fn from(err: SdkError<PutBucketReplicationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketRequestPaymentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketRequestPaymentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketRequestPaymentError, R>) -> Self
fn from(err: SdkError<PutBucketRequestPaymentError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketTaggingError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketTaggingError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketTaggingError, R>) -> Self
fn from(err: SdkError<PutBucketTaggingError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketVersioningError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketVersioningError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketVersioningError, R>) -> Self
fn from(err: SdkError<PutBucketVersioningError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutBucketWebsiteError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutBucketWebsiteError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutBucketWebsiteError, R>) -> Self
fn from(err: SdkError<PutBucketWebsiteError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutObjectAclError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutObjectAclError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutObjectAclError, R>) -> Self
fn from(err: SdkError<PutObjectAclError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutObjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutObjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutObjectError, R>) -> Self
fn from(err: SdkError<PutObjectError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutObjectLegalHoldError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutObjectLegalHoldError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutObjectLegalHoldError, R>) -> Self
fn from(err: SdkError<PutObjectLegalHoldError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutObjectLockConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutObjectLockConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutObjectLockConfigurationError, R>) -> Self
fn from(err: SdkError<PutObjectLockConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutObjectRetentionError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutObjectRetentionError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutObjectRetentionError, R>) -> Self
fn from(err: SdkError<PutObjectRetentionError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutObjectTaggingError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutObjectTaggingError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutObjectTaggingError, R>) -> Self
fn from(err: SdkError<PutObjectTaggingError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<PutPublicAccessBlockError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<PutPublicAccessBlockError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<PutPublicAccessBlockError, R>) -> Self
fn from(err: SdkError<PutPublicAccessBlockError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<RestoreObjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<RestoreObjectError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<RestoreObjectError, R>) -> Self
fn from(err: SdkError<RestoreObjectError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<SelectObjectContentError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<SelectObjectContentError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<SelectObjectContentError, R>) -> Self
fn from(err: SdkError<SelectObjectContentError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<SelectObjectContentEventStreamError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<SelectObjectContentEventStreamError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<SelectObjectContentEventStreamError, R>) -> Self
fn from(err: SdkError<SelectObjectContentEventStreamError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UploadPartCopyError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UploadPartCopyError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UploadPartCopyError, R>) -> Self
fn from(err: SdkError<UploadPartCopyError, R>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more