Class: Aws::AppSync::Errors::InternalFailureException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalFailureException.

Parameters:



168
169
170
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/errors.rb', line 168

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

Instance Method Details

#messageString

Returns:

  • (String)


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

def message
  @message || @data[:message]
end