Struct aws_sdk_config::error::InvalidSnsTopicArnException
source · [−]#[non_exhaustive]pub struct InvalidSnsTopicArnException { /* private fields */ }Expand description
The specified Amazon SNS topic does not exist.
Implementations
sourceimpl InvalidSnsTopicArnException
impl InvalidSnsTopicArnException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidSnsTopicArnException.
Trait Implementations
sourceimpl Clone for InvalidSnsTopicArnException
impl Clone for InvalidSnsTopicArnException
sourcefn clone(&self) -> InvalidSnsTopicArnException
fn clone(&self) -> InvalidSnsTopicArnException
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for InvalidSnsTopicArnException
impl Debug for InvalidSnsTopicArnException
sourceimpl Display for InvalidSnsTopicArnException
impl Display for InvalidSnsTopicArnException
sourceimpl Error for InvalidSnsTopicArnException
impl Error for InvalidSnsTopicArnException
1.30.0 · sourcefn 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 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl PartialEq<InvalidSnsTopicArnException> for InvalidSnsTopicArnException
impl PartialEq<InvalidSnsTopicArnException> for InvalidSnsTopicArnException
sourcefn eq(&self, other: &InvalidSnsTopicArnException) -> bool
fn eq(&self, other: &InvalidSnsTopicArnException) -> bool
impl StructuralPartialEq for InvalidSnsTopicArnException
Auto Trait Implementations
impl RefUnwindSafe for InvalidSnsTopicArnException
impl Send for InvalidSnsTopicArnException
impl Sync for InvalidSnsTopicArnException
impl Unpin for InvalidSnsTopicArnException
impl UnwindSafe for InvalidSnsTopicArnException
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more