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

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

Returns a new instance of TimeLimitExceededException.

Parameters:



887
888
889
# File 'gems/aws-sdk-neptunedata/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

Returns:

  • (String)


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

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

#detailed_messageString

Returns:

  • (String)


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

def detailed_message
  @data[:detailed_message]
end

#request_idString

Returns:

  • (String)


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

def request_id
  @data[:request_id]
end

#retryable?Boolean

Returns:

  • (Boolean)


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

def retryable?
  true
end