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
23960 23961 23962 23963 23964 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23960 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |