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)


3269
3270
3271
3272
3273
# File 'lib/aws-sdk-appsync/types.rb', line 3269

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