Struct aws_sdk_ses::error::MessageRejected
source · #[non_exhaustive]pub struct MessageRejected { /* private fields */ }
Expand description
Indicates that the action failed, and the message could not be sent. Check the error stack for more information about what caused the error.
Implementations§
source§impl MessageRejected
impl MessageRejected
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MessageRejected
.
Trait Implementations§
source§impl Clone for MessageRejected
impl Clone for MessageRejected
source§fn clone(&self) -> MessageRejected
fn clone(&self) -> MessageRejected
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 MessageRejected
impl Debug for MessageRejected
source§impl Display for MessageRejected
impl Display for MessageRejected
source§impl Error for MessageRejected
impl Error for MessageRejected
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<MessageRejected> for MessageRejected
impl PartialEq<MessageRejected> for MessageRejected
source§fn eq(&self, other: &MessageRejected) -> bool
fn eq(&self, other: &MessageRejected) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.