Class: Aws::AppSync::Types::GraphQLSchemaException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


3307
3308
3309
3310
3311
# File 'lib/aws-sdk-appsync/types.rb', line 3307

class GraphQLSchemaException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end