#[non_exhaustive]pub struct InvalidTrackingOptionsException { /* private fields */ }
Expand description
Indicates that the custom domain to be used for open and click tracking redirects is invalid. This error appears most often in the following situations:
-
When the tracking domain you specified is not verified in Amazon SES.
-
When the tracking domain you specified is not a valid domain or subdomain.
Implementations§
source§impl InvalidTrackingOptionsException
impl InvalidTrackingOptionsException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidTrackingOptionsException
.
Trait Implementations§
source§impl Clone for InvalidTrackingOptionsException
impl Clone for InvalidTrackingOptionsException
source§fn clone(&self) -> InvalidTrackingOptionsException
fn clone(&self) -> InvalidTrackingOptionsException
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 Error for InvalidTrackingOptionsException
impl Error for InvalidTrackingOptionsException
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<InvalidTrackingOptionsException> for InvalidTrackingOptionsException
impl PartialEq<InvalidTrackingOptionsException> for InvalidTrackingOptionsException
source§fn eq(&self, other: &InvalidTrackingOptionsException) -> bool
fn eq(&self, other: &InvalidTrackingOptionsException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.