#[non_exhaustive]pub struct ConcurrentUpdateException { /* private fields */ }Expand description
Concurrent updates caused an exception, for example, if you request an update to an Application Auto Scaling resource that already has a pending update.
Implementations§
source§impl ConcurrentUpdateException
impl ConcurrentUpdateException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConcurrentUpdateException.
Trait Implementations§
source§impl Clone for ConcurrentUpdateException
impl Clone for ConcurrentUpdateException
source§fn clone(&self) -> ConcurrentUpdateException
fn clone(&self) -> ConcurrentUpdateException
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 Debug for ConcurrentUpdateException
impl Debug for ConcurrentUpdateException
source§impl Display for ConcurrentUpdateException
impl Display for ConcurrentUpdateException
source§impl Error for ConcurrentUpdateException
impl Error for ConcurrentUpdateException
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<ConcurrentUpdateException> for ConcurrentUpdateException
impl PartialEq<ConcurrentUpdateException> for ConcurrentUpdateException
source§fn eq(&self, other: &ConcurrentUpdateException) -> bool
fn eq(&self, other: &ConcurrentUpdateException) -> bool
This method tests for
self and other values to be equal, and is used
by ==.