Class: Aws::ChimeSDKMessaging::Types::ThrottledClientException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ChimeSDKMessaging::Types::ThrottledClientException
 
- Defined in:
- gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb
Overview
The client exceeded its request rate limit.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
| 3199 3200 3201 3202 3203 3204 | # File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3199 class ThrottledClientException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end | 
#message ⇒ String
| 3199 3200 3201 3202 3203 3204 | # File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3199 class ThrottledClientException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |