Class: Aws::Lex::Errors::UnsupportedMediaTypeException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-lex/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of UnsupportedMediaTypeException.

Parameters:

  • (defaults to: Aws::EmptyStructure.new)


208
209
210
# File 'lib/aws-sdk-lex/errors.rb', line 208

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

Instance Method Details

#messageString

Returns:



213
# File 'lib/aws-sdk-lex/errors.rb', line 213

def message: () -> ::String