#[non_exhaustive]pub struct MaxActiveResourcesExceededException { /* private fields */ }Expand description
You have reached the limit of active custom resource types in your account. There is a limit of 100,000. Delete unused resources using DeleteResourceConfig .
Implementations§
source§impl MaxActiveResourcesExceededException
impl MaxActiveResourcesExceededException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MaxActiveResourcesExceededException.
Trait Implementations§
source§impl Clone for MaxActiveResourcesExceededException
impl Clone for MaxActiveResourcesExceededException
source§fn clone(&self) -> MaxActiveResourcesExceededException
fn clone(&self) -> MaxActiveResourcesExceededException
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 MaxActiveResourcesExceededException
impl Error for MaxActiveResourcesExceededException
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<MaxActiveResourcesExceededException> for MaxActiveResourcesExceededException
impl PartialEq<MaxActiveResourcesExceededException> for MaxActiveResourcesExceededException
source§fn eq(&self, other: &MaxActiveResourcesExceededException) -> bool
fn eq(&self, other: &MaxActiveResourcesExceededException) -> bool
This method tests for
self and other values to be equal, and is used
by ==.