Class: Aws::ConnectParticipant::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectparticipant/types.rb
Overview
The number of attachments per contact exceeds the quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
674 675 676 677 678 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 674 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |