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
Instance Attribute Details
#message ⇒ String
20035 20036 20037 20038 20039 20040 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20035 class ServiceQuotaExceededException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ Types::ServiceQuotaExceededExceptionReason
20035 20036 20037 20038 20039 20040 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20035 class ServiceQuotaExceededException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |