Class: Aws::ChimeSDKMeetings::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/types.rb
Overview
The number of customer requests exceeds the request rate limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #code ⇒ String
- #message ⇒ String
-
#request_id ⇒ String
The ID of the request that exceeded the throttling limit.
Instance Attribute Details
#code ⇒ String
1554 1555 1556 1557 1558 1559 1560 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1554 class ThrottlingException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1554 1555 1556 1557 1558 1559 1560 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1554 class ThrottlingException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The ID of the request that exceeded the throttling limit.
1554 1555 1556 1557 1558 1559 1560 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1554 class ThrottlingException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |