Class InvalidRequestException

All Implemented Interfaces:
Serializable

public class InvalidRequestException extends AmazonServiceException

One or more parameters specified as part of the request are invalid. Please correct the invalid parameters before retrying.

See Also:
  • Constructor Details

    • InvalidRequestException

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