Struct aws_sdk_ssooidc::error::InvalidClientException
source · #[non_exhaustive]pub struct InvalidClientException { /* private fields */ }
Expand description
Indicates that the clientId
or clientSecret
in the request is invalid. For example, this can occur when a client sends an incorrect clientId
or an expired clientSecret
.
Implementations§
source§impl InvalidClientException
impl InvalidClientException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidClientException
.
Trait Implementations§
source§impl Clone for InvalidClientException
impl Clone for InvalidClientException
source§fn clone(&self) -> InvalidClientException
fn clone(&self) -> InvalidClientException
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 InvalidClientException
impl Debug for InvalidClientException
source§impl Display for InvalidClientException
impl Display for InvalidClientException
source§impl Error for InvalidClientException
impl Error for InvalidClientException
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<InvalidClientException> for InvalidClientException
impl PartialEq<InvalidClientException> for InvalidClientException
source§fn eq(&self, other: &InvalidClientException) -> bool
fn eq(&self, other: &InvalidClientException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.