Class: Aws::ChimeSDKIdentity::Types::ThrottledClientException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::ThrottledClientException
- Defined in:
- gems/aws-sdk-chimesdkidentity/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
1171 1172 1173 1174 1175 1176 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1171 class ThrottledClientException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1171 1172 1173 1174 1175 1176 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1171 class ThrottledClientException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |