com.amazonaws.services.securitytoken.model
Class ExpiredTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.AmazonClientException
com.amazonaws.AmazonServiceException
com.amazonaws.services.securitytoken.model.ExpiredTokenException
- All Implemented Interfaces:
- Serializable
public class ExpiredTokenException
- extends AmazonServiceException
The web identity token that was passed is expired or is not valid. Get
a new identity token from the identity provider and then retry the
request.
- See Also:
- Serialized Form
Methods inherited from class com.amazonaws.AmazonServiceException |
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorType, setRequestId, setServiceName, setStatusCode |
ExpiredTokenException
public ExpiredTokenException(String message)
- Constructs a new ExpiredTokenException with the specified error
message.
- Parameters:
message
- Describes the error encountered.
Copyright © 2016. All rights reserved.