Class InvalidParametersException

All Implemented Interfaces:
Serializable

public class InvalidParametersException extends AmazonServiceException

You must specify values for all required parameters in the SSM document. You can only supply values to parameters defined in the SSM document.

See Also:
  • Constructor Details

    • InvalidParametersException

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