Class: Aws::ConnectContactLens::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectContactLens::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcontactlens/types.rb
Overview
The throttling limit has been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
291 292 293 294 295 |
# File 'lib/aws-sdk-connectcontactlens/types.rb', line 291 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |