#[non_exhaustive]pub struct InvalidHsmClientCertificateStateFault { /* private fields */ }
Expand description
The specified HSM client certificate is not in the available
state, or it is still in use by one or more Amazon Redshift clusters.
Implementations§
source§impl InvalidHsmClientCertificateStateFault
impl InvalidHsmClientCertificateStateFault
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidHsmClientCertificateStateFault
.
Trait Implementations§
source§impl Clone for InvalidHsmClientCertificateStateFault
impl Clone for InvalidHsmClientCertificateStateFault
source§fn clone(&self) -> InvalidHsmClientCertificateStateFault
fn clone(&self) -> InvalidHsmClientCertificateStateFault
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 Error for InvalidHsmClientCertificateStateFault
impl Error for InvalidHsmClientCertificateStateFault
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<InvalidHsmClientCertificateStateFault> for InvalidHsmClientCertificateStateFault
impl PartialEq<InvalidHsmClientCertificateStateFault> for InvalidHsmClientCertificateStateFault
source§fn eq(&self, other: &InvalidHsmClientCertificateStateFault) -> bool
fn eq(&self, other: &InvalidHsmClientCertificateStateFault) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.