Struct aws_sdk_dynamodb::error::ReplicaNotFoundException
source · [−]#[non_exhaustive]pub struct ReplicaNotFoundException { /* private fields */ }
Expand description
The specified replica is no longer part of the global table.
Implementations
sourceimpl ReplicaNotFoundException
impl ReplicaNotFoundException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReplicaNotFoundException
.
Trait Implementations
sourceimpl Clone for ReplicaNotFoundException
impl Clone for ReplicaNotFoundException
sourcefn clone(&self) -> ReplicaNotFoundException
fn clone(&self) -> ReplicaNotFoundException
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 Debug for ReplicaNotFoundException
impl Debug for ReplicaNotFoundException
sourceimpl Display for ReplicaNotFoundException
impl Display for ReplicaNotFoundException
sourceimpl Error for ReplicaNotFoundException
impl Error for ReplicaNotFoundException
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<ReplicaNotFoundException> for ReplicaNotFoundException
impl PartialEq<ReplicaNotFoundException> for ReplicaNotFoundException
sourcefn eq(&self, other: &ReplicaNotFoundException) -> bool
fn eq(&self, other: &ReplicaNotFoundException) -> bool
impl StructuralPartialEq for ReplicaNotFoundException
Auto Trait Implementations
impl RefUnwindSafe for ReplicaNotFoundException
impl Send for ReplicaNotFoundException
impl Sync for ReplicaNotFoundException
impl Unpin for ReplicaNotFoundException
impl UnwindSafe for ReplicaNotFoundException
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