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
1589 1590 1591 1592 1593 1594 1595 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1589 class ThrottlingException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1589 1590 1591 1592 1593 1594 1595 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1589 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.
1589 1590 1591 1592 1593 1594 1595 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1589 class ThrottlingException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |