Class InvalidAuthorizationMessageException

  • All Implemented Interfaces:
    Serializable

    public class InvalidAuthorizationMessageException
    extends AmazonServiceException

    The error returned if the message passed to DecodeAuthorizationMessage was invalid. This can happen if the token contains invalid characters, such as linebreaks.

    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidAuthorizationMessageException

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