Trait aws_sdk_s3::ErrorExt
source · [−]pub trait ErrorExt {
fn extended_request_id(&self) -> Option<&str>;
}
Expand description
S3-specific service error additions.
Required Methods
sourcefn extended_request_id(&self) -> Option<&str>
fn extended_request_id(&self) -> Option<&str>
Returns the S3 Extended Request ID necessary when contacting AWS Support. Read more at https://aws.amazon.com/premiumsupport/knowledge-center/s3-request-id-values/.