Struct aws_sdk_support::error::AttachmentIdNotFound
source · #[non_exhaustive]pub struct AttachmentIdNotFound { /* private fields */ }Expand description
An attachment with the specified ID could not be found.
Implementations§
source§impl AttachmentIdNotFound
impl AttachmentIdNotFound
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AttachmentIdNotFound.
Trait Implementations§
source§impl Clone for AttachmentIdNotFound
impl Clone for AttachmentIdNotFound
source§fn clone(&self) -> AttachmentIdNotFound
fn clone(&self) -> AttachmentIdNotFound
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AttachmentIdNotFound
impl Debug for AttachmentIdNotFound
source§impl Display for AttachmentIdNotFound
impl Display for AttachmentIdNotFound
source§impl Error for AttachmentIdNotFound
impl Error for AttachmentIdNotFound
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<AttachmentIdNotFound> for AttachmentIdNotFound
impl PartialEq<AttachmentIdNotFound> for AttachmentIdNotFound
source§fn eq(&self, other: &AttachmentIdNotFound) -> bool
fn eq(&self, other: &AttachmentIdNotFound) -> bool
This method tests for
self and other values to be equal, and is used
by ==.