Struct aws_sdk_secretsmanager::error::EncryptionFailure
source · #[non_exhaustive]pub struct EncryptionFailure { /* private fields */ }
Expand description
Secrets Manager can't encrypt the protected secret text using the provided KMS key. Check that the KMS key is available, enabled, and not in an invalid state. For more information, see Key state: Effect on your KMS key.
Implementations§
source§impl EncryptionFailure
impl EncryptionFailure
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EncryptionFailure
.
Trait Implementations§
source§impl Clone for EncryptionFailure
impl Clone for EncryptionFailure
source§fn clone(&self) -> EncryptionFailure
fn clone(&self) -> EncryptionFailure
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 EncryptionFailure
impl Debug for EncryptionFailure
source§impl Display for EncryptionFailure
impl Display for EncryptionFailure
source§impl Error for EncryptionFailure
impl Error for EncryptionFailure
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<EncryptionFailure> for EncryptionFailure
impl PartialEq<EncryptionFailure> for EncryptionFailure
source§fn eq(&self, other: &EncryptionFailure) -> bool
fn eq(&self, other: &EncryptionFailure) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.