Struct aws_sdk_sts::error::IdpRejectedClaimException
source · #[non_exhaustive]pub struct IdpRejectedClaimException { /* private fields */ }
Expand description
The identity provider (IdP) reported that authentication failed. This might be because the claim is invalid.
If this error is returned for the AssumeRoleWithWebIdentity
operation, it can also mean that the claim has expired or has been explicitly revoked.
Implementations§
source§impl IdpRejectedClaimException
impl IdpRejectedClaimException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IdpRejectedClaimException
.
Trait Implementations§
source§impl Clone for IdpRejectedClaimException
impl Clone for IdpRejectedClaimException
source§fn clone(&self) -> IdpRejectedClaimException
fn clone(&self) -> IdpRejectedClaimException
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 IdpRejectedClaimException
impl Debug for IdpRejectedClaimException
source§impl Display for IdpRejectedClaimException
impl Display for IdpRejectedClaimException
source§impl Error for IdpRejectedClaimException
impl Error for IdpRejectedClaimException
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<IdpRejectedClaimException> for IdpRejectedClaimException
impl PartialEq<IdpRejectedClaimException> for IdpRejectedClaimException
source§fn eq(&self, other: &IdpRejectedClaimException) -> bool
fn eq(&self, other: &IdpRejectedClaimException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.