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
11354 11355 11356 11357 11358 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11354 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |