Class: Aws::Connect::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
The service quota has been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
19044 19045 19046 19047 19048 |
# File 'lib/aws-sdk-connect/types.rb', line 19044 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |