Class: Aws::ChimeSDKMeetings::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::ChimeSDKMeetings::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-chimesdkmeetings/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
- #message ⇒ String
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
264 265 266 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 264 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
269 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 269
def code: () -> ::String
|
#message ⇒ String
274 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 274
def message: () -> ::String
|
#request_id ⇒ String
279 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 279
def request_id: () -> ::String
|