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)


10852
10853
10854
10855
10856
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10852

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