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
4493 4494 4495 4496 4497 |
# File 'lib/aws-sdk-appsync/types.rb', line 4493 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |