Class MissingRequiredParameterException

All Implemented Interfaces:
Serializable

public class MissingRequiredParameterException extends AmazonServiceException

An input parameter that is mandatory for processing the request is not supplied.

See Also:
  • Constructor Details

    • MissingRequiredParameterException

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