Struct aws_sdk_support::error::AttachmentSetExpired
source · #[non_exhaustive]pub struct AttachmentSetExpired { /* private fields */ }Expand description
The expiration time of the attachment set has passed. The set expires 1 hour after it is created.
Implementations§
source§impl AttachmentSetExpired
impl AttachmentSetExpired
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AttachmentSetExpired.
Trait Implementations§
source§impl Clone for AttachmentSetExpired
impl Clone for AttachmentSetExpired
source§fn clone(&self) -> AttachmentSetExpired
fn clone(&self) -> AttachmentSetExpired
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 AttachmentSetExpired
impl Debug for AttachmentSetExpired
source§impl Display for AttachmentSetExpired
impl Display for AttachmentSetExpired
source§impl Error for AttachmentSetExpired
impl Error for AttachmentSetExpired
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<AttachmentSetExpired> for AttachmentSetExpired
impl PartialEq<AttachmentSetExpired> for AttachmentSetExpired
source§fn eq(&self, other: &AttachmentSetExpired) -> bool
fn eq(&self, other: &AttachmentSetExpired) -> bool
This method tests for
self and other values to be equal, and is used
by ==.