Class InvalidRequestException

  • All Implemented Interfaces:
    Serializable

    public class InvalidRequestException
    extends AmazonServiceException

    The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.

    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidRequestException

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