Class: Aws::AppSync::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
The operation exceeded the service quota for this resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4536 4537 4538 4539 4540 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4536 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |