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:



2150
2151
2152
# File 'lib/aws-sdk-ssm/errors.rb', line 2150

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

Instance Method Details

#messageString

Returns:

  • (String)


2155
2156
2157
# File 'lib/aws-sdk-ssm/errors.rb', line 2155

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