Struct aws_sdk_iot::error::CertificateConflictException
source · #[non_exhaustive]pub struct CertificateConflictException { /* private fields */ }
Expand description
Unable to verify the CA certificate used to sign the device certificate you are attempting to register. This is happens when you have registered more than one CA certificate that has the same subject field and public key.
Implementations§
source§impl CertificateConflictException
impl CertificateConflictException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CertificateConflictException
.
Trait Implementations§
source§impl Clone for CertificateConflictException
impl Clone for CertificateConflictException
source§fn clone(&self) -> CertificateConflictException
fn clone(&self) -> CertificateConflictException
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 CertificateConflictException
impl Debug for CertificateConflictException
source§impl Error for CertificateConflictException
impl Error for CertificateConflictException
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<CertificateConflictException> for CertificateConflictException
impl PartialEq<CertificateConflictException> for CertificateConflictException
source§fn eq(&self, other: &CertificateConflictException) -> bool
fn eq(&self, other: &CertificateConflictException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.