#[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§
source§impl InvalidTargetInstancesException
impl InvalidTargetInstancesException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidTargetInstancesException
.
Trait Implementations§
source§impl Clone for InvalidTargetInstancesException
impl Clone for InvalidTargetInstancesException
source§fn clone(&self) -> InvalidTargetInstancesException
fn clone(&self) -> InvalidTargetInstancesException
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 Error for InvalidTargetInstancesException
impl Error for InvalidTargetInstancesException
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<InvalidTargetInstancesException> for InvalidTargetInstancesException
impl PartialEq<InvalidTargetInstancesException> for InvalidTargetInstancesException
source§fn eq(&self, other: &InvalidTargetInstancesException) -> bool
fn eq(&self, other: &InvalidTargetInstancesException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.