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
3264 3265 3266 3267 3268 |
# File 'lib/aws-sdk-appsync/types.rb', line 3264 class GraphQLSchemaException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |