Struct aws_sdk_s3::types::error::NotFound
source · #[non_exhaustive]pub struct NotFound { /* private fields */ }
Expand description
The specified content does not exist.
Implementations§
Trait Implementations§
source§impl Error for NotFound
impl Error for NotFound
1.30.0 · source§fn 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 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<NotFound> for NotFound
impl PartialEq<NotFound> for NotFound
source§impl ProvideErrorMetadata for NotFound
impl ProvideErrorMetadata for NotFound
source§fn meta(&self) -> &ErrorMetadata
fn meta(&self) -> &ErrorMetadata
Returns error metadata, which includes the error code, message,
request ID, and potentially additional information.
source§impl RequestId for NotFound
impl RequestId for NotFound
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.source§impl RequestIdExt for NotFound
impl RequestIdExt for NotFound
source§fn extended_request_id(&self) -> Option<&str>
fn extended_request_id(&self) -> Option<&str>
Returns the S3 Extended Request ID necessary when contacting AWS Support.