Class: Aws::AppSync::Types::GraphQLSchemaException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GraphQLSchemaException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
The GraphQL schema is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2806 2807 2808 2809 2810 |
# File 'lib/aws-sdk-appsync/types.rb', line 2806 class GraphQLSchemaException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |