Class: Aws::ChimeSDKMeetings::Errors::ThrottlingException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ThrottlingException.

Parameters:



264
265
266
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 264

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

Instance Method Details

#codeString

Returns:

  • (String)


269
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 269

def code: () -> ::String

#messageString

Returns:

  • (String)


274
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 274

def message: () -> ::String

#request_idString

Returns:

  • (String)


279
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 279

def request_id: () -> ::String