Struct aws_sdk_sns::error::OptedOutException
source · #[non_exhaustive]pub struct OptedOutException { /* private fields */ }
Expand description
Indicates that the specified phone number opted out of receiving SMS messages from your Amazon Web Services account. You can't send SMS messages to phone numbers that opt out.
Implementations§
source§impl OptedOutException
impl OptedOutException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OptedOutException
.
Trait Implementations§
source§impl Clone for OptedOutException
impl Clone for OptedOutException
source§fn clone(&self) -> OptedOutException
fn clone(&self) -> OptedOutException
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 OptedOutException
impl Debug for OptedOutException
source§impl Display for OptedOutException
impl Display for OptedOutException
source§impl Error for OptedOutException
impl Error for OptedOutException
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<OptedOutException> for OptedOutException
impl PartialEq<OptedOutException> for OptedOutException
source§fn eq(&self, other: &OptedOutException) -> bool
fn eq(&self, other: &OptedOutException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.