com.amazonaws.services.securitytoken.model
Class IDPRejectedClaimException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.AmazonClientException
com.amazonaws.AmazonServiceException
com.amazonaws.services.securitytoken.model.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
Methods inherited from class com.amazonaws.AmazonServiceException |
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorType, setRequestId, setServiceName, setStatusCode |
IDPRejectedClaimException
public IDPRejectedClaimException(String message)
- Constructs a new IDPRejectedClaimException with the specified error
message.
- Parameters:
message
- Describes the error encountered.
Copyright © 2016. All rights reserved.