Class: Aws::Kendra::Errors::ThrottlingException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ThrottlingException.

Parameters:



209
210
211
# File 'lib/aws-sdk-kendra/errors.rb', line 209

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

Instance Method Details

#messageString

Returns:

  • (String)


214
215
216
# File 'lib/aws-sdk-kendra/errors.rb', line 214

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