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)


10286
10287
10288
10289
10290
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10286

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