Class: Aws::Firehose::Errors::TagrisThrottledException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TagrisThrottledException.

Parameters:



292
293
294
# File 'lib/aws-sdk-firehose/errors.rb', line 292

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

Instance Method Details

#messageString

Returns:

  • (String)


297
298
299
# File 'lib/aws-sdk-firehose/errors.rb', line 297

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