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

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

Overview

You must specify values for all required parameters in the Amazon Web Services Systems Manager document (SSM document). You can only supply values to parameters defined in the SSM document.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


11036
11037
11038
11039
11040
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11036

class InvalidParameters < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end