Struct aws_sdk_ses::error::InvalidSnsTopicException
source · #[non_exhaustive]pub struct InvalidSnsTopicException { /* private fields */ }
Expand description
Indicates that the provided Amazon SNS topic is invalid, or that Amazon SES could not publish to the topic, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.
Implementations§
source§impl InvalidSnsTopicException
impl InvalidSnsTopicException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidSnsTopicException
.
Trait Implementations§
source§impl Clone for InvalidSnsTopicException
impl Clone for InvalidSnsTopicException
source§fn clone(&self) -> InvalidSnsTopicException
fn clone(&self) -> InvalidSnsTopicException
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 InvalidSnsTopicException
impl Debug for InvalidSnsTopicException
source§impl Display for InvalidSnsTopicException
impl Display for InvalidSnsTopicException
source§impl Error for InvalidSnsTopicException
impl Error for InvalidSnsTopicException
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<InvalidSnsTopicException> for InvalidSnsTopicException
impl PartialEq<InvalidSnsTopicException> for InvalidSnsTopicException
source§fn eq(&self, other: &InvalidSnsTopicException) -> bool
fn eq(&self, other: &InvalidSnsTopicException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.