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 non-AWS identity provider (IDP) that was asked to verify the incoming identity token rejected the identity claim. This might be because the claim
is invalid, has expired, or has been explicitly revoked by the user. The error message contains details about the response from the non-AWS identity
provider.
- See Also:
- Serialized Form
Methods inherited from class com.amazonaws.AmazonServiceException |
getErrorCode, getErrorType, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorType, setRequestId, setServiceName, setStatusCode, toString |
IDPRejectedClaimException
public IDPRejectedClaimException(String message)
- Constructs a new IDPRejectedClaimException with the specified error
message.
- Parameters:
message
- Describes the error encountered.
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.