Class: Aws::Connect::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-connect/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
23103 23104 23105 23106 23107 23108 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23103 class ServiceQuotaExceededException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ Types::ServiceQuotaExceededExceptionReason
The reason for the exception.
23103 23104 23105 23106 23107 23108 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23103 class ServiceQuotaExceededException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |