Class: Aws::AppSync::Types::ApiLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ApiLimitExceededException
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
The GraphQL API exceeded a limit. Try your request again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
318 319 320 321 322 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 318 class ApiLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |