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
sourceimpl InvalidTagParameterException
impl InvalidTagParameterException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidTagParameterException
.
Trait Implementations
sourceimpl Clone for InvalidTagParameterException
impl Clone for InvalidTagParameterException
sourcefn clone(&self) -> InvalidTagParameterException
fn clone(&self) -> InvalidTagParameterException
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for InvalidTagParameterException
impl Debug for InvalidTagParameterException
sourceimpl Error for InvalidTagParameterException
impl Error for InvalidTagParameterException
1.30.0 · sourcefn 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 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl PartialEq<InvalidTagParameterException> for InvalidTagParameterException
impl PartialEq<InvalidTagParameterException> for InvalidTagParameterException
sourcefn eq(&self, other: &InvalidTagParameterException) -> bool
fn eq(&self, other: &InvalidTagParameterException) -> bool
impl StructuralPartialEq for InvalidTagParameterException
Auto Trait Implementations
impl RefUnwindSafe for InvalidTagParameterException
impl Send for InvalidTagParameterException
impl Sync for InvalidTagParameterException
impl Unpin for InvalidTagParameterException
impl UnwindSafe for InvalidTagParameterException
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more