Class: Aws::Neptunedata::Errors::TimeLimitExceededException

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

Instance Method Summary collapse

Constructor Details

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



887
888
889
# File 'lib/aws-sdk-neptunedata/errors.rb', line 887

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

Instance Method Details

#codeString



902
903
904
# File 'lib/aws-sdk-neptunedata/errors.rb', line 902

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

#detailed_messageString



892
893
894
# File 'lib/aws-sdk-neptunedata/errors.rb', line 892

def detailed_message
  @data[:detailed_message]
end

#request_idString



897
898
899
# File 'lib/aws-sdk-neptunedata/errors.rb', line 897

def request_id
  @data[:request_id]
end

#retryable?Boolean



906
907
908
# File 'lib/aws-sdk-neptunedata/errors.rb', line 906

def retryable?
  true
end