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



19480
19481
19482
19483
19484
# File 'lib/aws-sdk-ssm/types.rb', line 19480

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