Class InvalidIdentityTokenException

All Implemented Interfaces:
Serializable

public class InvalidIdentityTokenException extends AmazonServiceException

The web identity token that was passed could not be validated by AWS. Get a new identity token from the identity provider and then retry the request.

See Also:
  • Constructor Details

    • InvalidIdentityTokenException

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