Class IdpRejectedClaimException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<IdpRejectedClaimException.Builder,IdpRejectedClaimException>

@Generated("software.amazon.awssdk:codegen") public final class IdpRejectedClaimException extends StsException implements ToCopyableBuilder<IdpRejectedClaimException.Builder,IdpRejectedClaimException>

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.

See Also: