Class InvalidInputException

All Implemented Interfaces:
Serializable

public class InvalidInputException extends AmazonServiceException

The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

See Also:
  • Constructor Details

    • InvalidInputException

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