@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IDPRejectedClaimException extends AWSSecurityTokenServiceException
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.
AmazonServiceException.ErrorType
Constructor and Description |
---|
IDPRejectedClaimException(String message)
Constructs a new IDPRejectedClaimException with the specified error message.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IDPRejectedClaimException(String message)
message
- Describes the error encountered.