Class: Aws::Chime::Types::ThrottledClientException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ThrottledClientException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The client exceeded its request rate limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
2473 2474 2475 2476 2477 2478 |
# File 'lib/aws-sdk-chime/types.rb', line 2473 class ThrottledClientException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2473 2474 2475 2476 2477 2478 |
# File 'lib/aws-sdk-chime/types.rb', line 2473 class ThrottledClientException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |