#[non_exhaustive]pub struct CertificateNotFoundException { /* private fields */ }
Expand description
The specified ARN does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM) or AWS Certificate Manager (ACM). Note that if you recently uploaded the certificate to IAM, this error might indicate that the certificate is not fully available yet.
Implementations§
source§impl CertificateNotFoundException
impl CertificateNotFoundException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CertificateNotFoundException
.
Trait Implementations§
source§impl Clone for CertificateNotFoundException
impl Clone for CertificateNotFoundException
source§fn clone(&self) -> CertificateNotFoundException
fn clone(&self) -> CertificateNotFoundException
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 CertificateNotFoundException
impl Debug for CertificateNotFoundException
source§impl Error for CertificateNotFoundException
impl Error for CertificateNotFoundException
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<CertificateNotFoundException> for CertificateNotFoundException
impl PartialEq<CertificateNotFoundException> for CertificateNotFoundException
source§fn eq(&self, other: &CertificateNotFoundException) -> bool
fn eq(&self, other: &CertificateNotFoundException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.