Class: Aws::QConnect::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- 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
11510 11511 11512 11513 11514 |
# File 'lib/aws-sdk-qconnect/types.rb', line 11510 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |