Class InvalidParameterValueException

All Implemented Interfaces:
Serializable

public class InvalidParameterValueException extends AmazonServiceException

One or more of the specified parameters are invalid. Verify that your parameters are valid and try again.

See Also:
  • Constructor Details

    • InvalidParameterValueException

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