Struct aws_sdk_ses::error::InvalidTemplateException
source · #[non_exhaustive]pub struct InvalidTemplateException { /* private fields */ }
Expand description
Indicates that the template that you specified could not be rendered. This issue may occur when a template refers to a partial that does not exist.
Implementations§
source§impl InvalidTemplateException
impl InvalidTemplateException
pub fn template_name(&self) -> Option<&str>
source§impl InvalidTemplateException
impl InvalidTemplateException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidTemplateException
.
Trait Implementations§
source§impl Clone for InvalidTemplateException
impl Clone for InvalidTemplateException
source§fn clone(&self) -> InvalidTemplateException
fn clone(&self) -> InvalidTemplateException
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 InvalidTemplateException
impl Debug for InvalidTemplateException
source§impl Display for InvalidTemplateException
impl Display for InvalidTemplateException
source§impl Error for InvalidTemplateException
impl Error for InvalidTemplateException
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<InvalidTemplateException> for InvalidTemplateException
impl PartialEq<InvalidTemplateException> for InvalidTemplateException
source§fn eq(&self, other: &InvalidTemplateException) -> bool
fn eq(&self, other: &InvalidTemplateException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.