Class BadRequestException

  • All Implemented Interfaces:
    Serializable

    public class BadRequestException
    extends AmazonServiceException

    Returned if the request is malformed or contains an error such as an invalid parameter value or a missing required parameter.

    See Also:
    Serialized Form
    • Constructor Detail

      • BadRequestException

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