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
sourceimpl IdpRejectedClaimException
impl IdpRejectedClaimException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IdpRejectedClaimException.
Trait Implementations
sourceimpl Clone for IdpRejectedClaimException
impl Clone for IdpRejectedClaimException
sourcefn clone(&self) -> IdpRejectedClaimException
fn clone(&self) -> IdpRejectedClaimException
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for IdpRejectedClaimException
impl Debug for IdpRejectedClaimException
sourceimpl Display for IdpRejectedClaimException
impl Display for IdpRejectedClaimException
sourceimpl Error for IdpRejectedClaimException
impl Error for IdpRejectedClaimException
1.30.0 · sourcefn 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 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl PartialEq<IdpRejectedClaimException> for IdpRejectedClaimException
impl PartialEq<IdpRejectedClaimException> for IdpRejectedClaimException
sourcefn eq(&self, other: &IdpRejectedClaimException) -> bool
fn eq(&self, other: &IdpRejectedClaimException) -> bool
impl StructuralPartialEq for IdpRejectedClaimException
Auto Trait Implementations
impl RefUnwindSafe for IdpRejectedClaimException
impl Send for IdpRejectedClaimException
impl Sync for IdpRejectedClaimException
impl Unpin for IdpRejectedClaimException
impl UnwindSafe for IdpRejectedClaimException
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more