Struct aws_sdk_sns::error::StaleTagException
source · #[non_exhaustive]pub struct StaleTagException { /* private fields */ }
Expand description
A tag has been added to a resource with the same ARN as a deleted resource. Wait a short while and then retry the operation.
Implementations§
source§impl StaleTagException
impl StaleTagException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StaleTagException
.
Trait Implementations§
source§impl Clone for StaleTagException
impl Clone for StaleTagException
source§fn clone(&self) -> StaleTagException
fn clone(&self) -> StaleTagException
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 StaleTagException
impl Debug for StaleTagException
source§impl Display for StaleTagException
impl Display for StaleTagException
source§impl Error for StaleTagException
impl Error for StaleTagException
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<StaleTagException> for StaleTagException
impl PartialEq<StaleTagException> for StaleTagException
source§fn eq(&self, other: &StaleTagException) -> bool
fn eq(&self, other: &StaleTagException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.