Class: Aws::SSM::Errors::UnsupportedParameterType

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-ssm/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedParameterType

Returns a new instance of UnsupportedParameterType.

Parameters:



2134
2135
2136
# File 'lib/aws-sdk-ssm/errors.rb', line 2134

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


2139
2140
2141
# File 'lib/aws-sdk-ssm/errors.rb', line 2139

def message
  @message || @data[:message]
end