Class: Aws::AppSync::Errors::GraphQLSchemaException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-appsync/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ GraphQLSchemaException

Returns a new instance of GraphQLSchemaException.

Parameters:



170
171
172
# File 'lib/aws-sdk-appsync/errors.rb', line 170

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


175
# File 'lib/aws-sdk-appsync/errors.rb', line 175

def message: () -> ::String