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
- #message ⇒ String
-
#reason ⇒ Types::ServiceQuotaExceededExceptionReason
The reason for the exception.
Instance Attribute Details
#message ⇒ String
22772 22773 22774 22775 22776 22777 |
# File 'lib/aws-sdk-connect/types.rb', line 22772 class ServiceQuotaExceededException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ Types::ServiceQuotaExceededExceptionReason
The reason for the exception.
22772 22773 22774 22775 22776 22777 |
# File 'lib/aws-sdk-connect/types.rb', line 22772 class ServiceQuotaExceededException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |