Class: Aws::SSM::Types::InvalidParameters

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9141
9142
9143
9144
# File 'lib/aws-sdk-ssm/types.rb', line 9141

class InvalidParameters < Struct.new(
  :message)
  include Aws::Structure
end