Class: Aws::ChimeSDKIdentity::Types::ThrottledClientException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::ThrottledClientException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/types.rb
Overview
The client exceeded its request rate limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
1558 1559 1560 1561 1562 1563 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 1558 class ThrottledClientException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1558 1559 1560 1561 1562 1563 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 1558 class ThrottledClientException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |