Class 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:
  • Constructor Details

    • ExpiredTokenException

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