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)


19037
19038
19039
19040
19041
# File 'lib/aws-sdk-ssm/types.rb', line 19037

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