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:



2086
2087
2088
# File 'lib/aws-sdk-ssm/errors.rb', line 2086

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

Instance Method Details

#messageString

Returns:

  • (String)


2091
2092
2093
# File 'lib/aws-sdk-ssm/errors.rb', line 2091

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