#[non_exhaustive]pub struct OperationAbortedException { /* private fields */ }Expand description
Multiple concurrent requests to update the same resource were in conflict.
Implementations§
source§impl OperationAbortedException
impl OperationAbortedException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OperationAbortedException.
Trait Implementations§
source§impl Clone for OperationAbortedException
impl Clone for OperationAbortedException
source§fn clone(&self) -> OperationAbortedException
fn clone(&self) -> OperationAbortedException
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 OperationAbortedException
impl Debug for OperationAbortedException
source§impl Display for OperationAbortedException
impl Display for OperationAbortedException
source§impl Error for OperationAbortedException
impl Error for OperationAbortedException
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()