Class: Aws::AppSync::Types::ApiLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ApiLimitExceededException
- Includes:
- Structure
- Defined in:
- 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
385 386 387 388 389 |
# File 'lib/aws-sdk-appsync/types.rb', line 385 class ApiLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |