Class: Aws::Neptunedata::Errors::InternalFailureException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalFailureException.

Parameters:



346
347
348
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 346

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

Instance Method Details

#codeString

Returns:

  • (String)


361
362
363
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 361

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

#detailed_messageString

Returns:

  • (String)


351
352
353
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 351

def detailed_message
  @data[:detailed_message]
end

#request_idString

Returns:

  • (String)


356
357
358
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 356

def request_id
  @data[:request_id]
end