Class: Aws::Chime::Errors::ThrottledClientException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ThrottledClientException.

Parameters:



213
214
215
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/errors.rb', line 213

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

Instance Method Details

#codeString

Returns:

  • (String)


218
219
220
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/errors.rb', line 218

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

#messageString

Returns:

  • (String)


223
224
225
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/errors.rb', line 223

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