Class InvalidGrantTokenException

All Implemented Interfaces:
Serializable

public class InvalidGrantTokenException extends AmazonServiceException

The request was rejected because a grant token provided as part of the request is invalid.

See Also:
  • Constructor Details

    • InvalidGrantTokenException

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