Struct aws_sdk_ssm::error::InvalidKeyId
source · [−]#[non_exhaustive]pub struct InvalidKeyId { /* private fields */ }
Expand description
The query key ID isn't valid.
Implementations
sourceimpl InvalidKeyId
impl InvalidKeyId
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidKeyId
.
Trait Implementations
sourceimpl Clone for InvalidKeyId
impl Clone for InvalidKeyId
sourcefn clone(&self) -> InvalidKeyId
fn clone(&self) -> InvalidKeyId
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 InvalidKeyId
impl Debug for InvalidKeyId
sourceimpl Display for InvalidKeyId
impl Display for InvalidKeyId
sourceimpl Error for InvalidKeyId
impl Error for InvalidKeyId
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<InvalidKeyId> for InvalidKeyId
impl PartialEq<InvalidKeyId> for InvalidKeyId
sourcefn eq(&self, other: &InvalidKeyId) -> bool
fn eq(&self, other: &InvalidKeyId) -> bool
impl StructuralPartialEq for InvalidKeyId
Auto Trait Implementations
impl RefUnwindSafe for InvalidKeyId
impl Send for InvalidKeyId
impl Sync for InvalidKeyId
impl Unpin for InvalidKeyId
impl UnwindSafe for InvalidKeyId
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