#[non_exhaustive]pub struct InvalidEcsServiceException { /* private fields */ }
Expand description
The Amazon ECS service identifier is not valid.
Implementations
sourceimpl InvalidEcsServiceException
impl InvalidEcsServiceException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidEcsServiceException
.
Trait Implementations
sourceimpl Clone for InvalidEcsServiceException
impl Clone for InvalidEcsServiceException
sourcefn clone(&self) -> InvalidEcsServiceException
fn clone(&self) -> InvalidEcsServiceException
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 InvalidEcsServiceException
impl Debug for InvalidEcsServiceException
sourceimpl Display for InvalidEcsServiceException
impl Display for InvalidEcsServiceException
sourceimpl Error for InvalidEcsServiceException
impl Error for InvalidEcsServiceException
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<InvalidEcsServiceException> for InvalidEcsServiceException
impl PartialEq<InvalidEcsServiceException> for InvalidEcsServiceException
sourcefn eq(&self, other: &InvalidEcsServiceException) -> bool
fn eq(&self, other: &InvalidEcsServiceException) -> bool
impl StructuralPartialEq for InvalidEcsServiceException
Auto Trait Implementations
impl RefUnwindSafe for InvalidEcsServiceException
impl Send for InvalidEcsServiceException
impl Sync for InvalidEcsServiceException
impl Unpin for InvalidEcsServiceException
impl UnwindSafe for InvalidEcsServiceException
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