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 is not supported.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


15711
15712
15713
15714
# File 'lib/aws-sdk-ssm/types.rb', line 15711

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