Class: Aws::ConnectParticipant::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
854 855 856 857 858 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 854 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |