Struct aws_sdk_ecr::error::InvalidTagParameterException
source · #[non_exhaustive]pub struct InvalidTagParameterException { /* private fields */ }
Expand description
An invalid parameter has been specified. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
Implementations§
source§impl InvalidTagParameterException
impl InvalidTagParameterException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidTagParameterException
.
Trait Implementations§
source§impl Clone for InvalidTagParameterException
impl Clone for InvalidTagParameterException
source§fn clone(&self) -> InvalidTagParameterException
fn clone(&self) -> InvalidTagParameterException
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 InvalidTagParameterException
impl Debug for InvalidTagParameterException
source§impl Error for InvalidTagParameterException
impl Error for InvalidTagParameterException
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<InvalidTagParameterException> for InvalidTagParameterException
impl PartialEq<InvalidTagParameterException> for InvalidTagParameterException
source§fn eq(&self, other: &InvalidTagParameterException) -> bool
fn eq(&self, other: &InvalidTagParameterException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.