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
18408 18409 18410 18411 18412 |
# File 'lib/aws-sdk-connect/types.rb', line 18408 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |