Class: Aws::Neptunedata::Errors::QueryLimitException

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) ⇒ QueryLimitException

Returns a new instance of QueryLimitException.

Parameters:



679
680
681
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 679

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

Instance Method Details

#codeString

Returns:

  • (String)


694
695
696
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 694

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

#detailed_messageString

Returns:

  • (String)


684
685
686
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 684

def detailed_message
  @data[:detailed_message]
end

#request_idString

Returns:

  • (String)


689
690
691
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 689

def request_id
  @data[:request_id]
end