#[non_exhaustive]pub struct InvalidTargetInstancesException { /* private fields */ }
Expand description
The target instance configuration is invalid. Possible causes include:
-
Configuration data for target instances was entered for an in-place deployment.
-
The limit of 10 tags for a tag type was exceeded.
-
The combined length of the tag names exceeded the limit.
-
A specified tag is not currently applied to any instances.
Implementations
sourceimpl InvalidTargetInstancesException
impl InvalidTargetInstancesException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidTargetInstancesException
.
Trait Implementations
sourceimpl Clone for InvalidTargetInstancesException
impl Clone for InvalidTargetInstancesException
sourcefn clone(&self) -> InvalidTargetInstancesException
fn clone(&self) -> InvalidTargetInstancesException
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 Error for InvalidTargetInstancesException
impl Error for InvalidTargetInstancesException
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<InvalidTargetInstancesException> for InvalidTargetInstancesException
impl PartialEq<InvalidTargetInstancesException> for InvalidTargetInstancesException
sourcefn eq(&self, other: &InvalidTargetInstancesException) -> bool
fn eq(&self, other: &InvalidTargetInstancesException) -> bool
impl StructuralPartialEq for InvalidTargetInstancesException
Auto Trait Implementations
impl RefUnwindSafe for InvalidTargetInstancesException
impl Send for InvalidTargetInstancesException
impl Sync for InvalidTargetInstancesException
impl Unpin for InvalidTargetInstancesException
impl UnwindSafe for InvalidTargetInstancesException
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