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
8070 8071 8072 8073 8074 8075 |
# File 'lib/aws-sdk-chime/types.rb', line 8070 class ThrottledClientException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
8070 8071 8072 8073 8074 8075 |
# File 'lib/aws-sdk-chime/types.rb', line 8070 class ThrottledClientException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |