Class: Aws::QConnect::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The throttling limit has been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11577 11578 11579 11580 11581 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11577 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |