Class: Aws::SSM::Types::UnsupportedParameterType

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

Overview

The parameter type isn’t supported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


17835
17836
17837
17838
17839
# File 'lib/aws-sdk-ssm/types.rb', line 17835

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