Class: Aws::Connect::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
The throttling limit has been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
23214 23215 23216 23217 23218 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23214 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |