Class: Aws::Neptunedata::Errors::StatisticsNotAvailableException

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

Returns a new instance of StatisticsNotAvailableException.

Parameters:



808
809
810
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 808

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

Instance Method Details

#codeString

Returns:

  • (String)


823
824
825
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 823

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

#detailed_messageString

Returns:

  • (String)


813
814
815
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 813

def detailed_message
  @data[:detailed_message]
end

#request_idString

Returns:

  • (String)


818
819
820
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 818

def request_id
  @data[:request_id]
end