Struct aws_sdk_acm::error::InvalidTagException
source · #[non_exhaustive]pub struct InvalidTagException { /* private fields */ }
Expand description
One or both of the values that make up the key-value pair is not valid. For example, you cannot specify a tag value that begins with aws:
.
Implementations§
source§impl InvalidTagException
impl InvalidTagException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidTagException
.
Trait Implementations§
source§impl Clone for InvalidTagException
impl Clone for InvalidTagException
source§fn clone(&self) -> InvalidTagException
fn clone(&self) -> InvalidTagException
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 InvalidTagException
impl Debug for InvalidTagException
source§impl Display for InvalidTagException
impl Display for InvalidTagException
source§impl Error for InvalidTagException
impl Error for InvalidTagException
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<InvalidTagException> for InvalidTagException
impl PartialEq<InvalidTagException> for InvalidTagException
source§fn eq(&self, other: &InvalidTagException) -> bool
fn eq(&self, other: &InvalidTagException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.