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

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
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:



2277
2278
2279
# File 'lib/aws-sdk-ssm/errors.rb', line 2277

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

Instance Method Details

#messageString

Returns:

  • (String)


2282
# File 'lib/aws-sdk-ssm/errors.rb', line 2282

def message: () -> ::String