Class IDPRejectedClaimException

  • All Implemented Interfaces:
    Serializable

    public class IDPRejectedClaimException
    extends AmazonServiceException

    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:
    Serialized Form
    • Constructor Detail

      • IDPRejectedClaimException

        public IDPRejectedClaimException​(String message)
        Constructs a new IDPRejectedClaimException with the specified error message.
        Parameters:
        message - Describes the error encountered.