#[non_exhaustive]pub struct ClientTokenConflictException { /* private fields */ }
Expand description
The specified client token has already been used in another resource request.
It's best practice for client tokens to be unique for each resource operation request. However, client token expire after 36 hours.
Implementations§
source§impl ClientTokenConflictException
impl ClientTokenConflictException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ClientTokenConflictException
.
Trait Implementations§
source§impl Clone for ClientTokenConflictException
impl Clone for ClientTokenConflictException
source§fn clone(&self) -> ClientTokenConflictException
fn clone(&self) -> ClientTokenConflictException
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 ClientTokenConflictException
impl Debug for ClientTokenConflictException
source§impl Error for ClientTokenConflictException
impl Error for ClientTokenConflictException
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<ClientTokenConflictException> for ClientTokenConflictException
impl PartialEq<ClientTokenConflictException> for ClientTokenConflictException
source§fn eq(&self, other: &ClientTokenConflictException) -> bool
fn eq(&self, other: &ClientTokenConflictException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.