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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/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)


2806
2807
2808
2809
2810
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2806

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