Class: Aws::AppSync::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- 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
4635 4636 4637 4638 4639 |
# File 'lib/aws-sdk-appsync/types.rb', line 4635 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |