Struct aws_sdk_iot::error::VersionConflictException
source · #[non_exhaustive]pub struct VersionConflictException { /* private fields */ }
Expand description
An exception thrown when the version of an entity specified with the expectedVersion
parameter does not match the latest version in the system.
Implementations§
source§impl VersionConflictException
impl VersionConflictException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VersionConflictException
.
Trait Implementations§
source§impl Clone for VersionConflictException
impl Clone for VersionConflictException
source§fn clone(&self) -> VersionConflictException
fn clone(&self) -> VersionConflictException
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 VersionConflictException
impl Debug for VersionConflictException
source§impl Display for VersionConflictException
impl Display for VersionConflictException
source§impl Error for VersionConflictException
impl Error for VersionConflictException
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<VersionConflictException> for VersionConflictException
impl PartialEq<VersionConflictException> for VersionConflictException
source§fn eq(&self, other: &VersionConflictException) -> bool
fn eq(&self, other: &VersionConflictException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.