#[non_exhaustive]pub struct EntityTemporarilyUnmodifiableException { /* private fields */ }Expand description
The request was rejected because it referenced an entity that is temporarily unmodifiable, such as a user name that was deleted and then recreated. The error indicates that the request is likely to succeed if you try again after waiting several minutes. The error message describes the entity.
Implementations
sourceimpl EntityTemporarilyUnmodifiableException
impl EntityTemporarilyUnmodifiableException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EntityTemporarilyUnmodifiableException.
Trait Implementations
sourceimpl Clone for EntityTemporarilyUnmodifiableException
impl Clone for EntityTemporarilyUnmodifiableException
sourcefn clone(&self) -> EntityTemporarilyUnmodifiableException
fn clone(&self) -> EntityTemporarilyUnmodifiableException
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Error for EntityTemporarilyUnmodifiableException
impl Error for EntityTemporarilyUnmodifiableException
1.30.0 · sourcefn 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 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl PartialEq<EntityTemporarilyUnmodifiableException> for EntityTemporarilyUnmodifiableException
impl PartialEq<EntityTemporarilyUnmodifiableException> for EntityTemporarilyUnmodifiableException
sourcefn eq(&self, other: &EntityTemporarilyUnmodifiableException) -> bool
fn eq(&self, other: &EntityTemporarilyUnmodifiableException) -> bool
impl StructuralPartialEq for EntityTemporarilyUnmodifiableException
Auto Trait Implementations
impl RefUnwindSafe for EntityTemporarilyUnmodifiableException
impl Send for EntityTemporarilyUnmodifiableException
impl Sync for EntityTemporarilyUnmodifiableException
impl Unpin for EntityTemporarilyUnmodifiableException
impl UnwindSafe for EntityTemporarilyUnmodifiableException
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more