Exception: Aws::SessionStore::DynamoDB::Errors::LockWaitTimeoutError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/aws/session_store/dynamo_db/errors.rb

Overview

This error is raised when the maximum time spent to acquire lock has been exceeded.

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Maximum time spent to acquire lock has been exceeded!') ⇒ LockWaitTimeoutError

Returns a new instance of LockWaitTimeoutError.



20
21
22
# File 'lib/aws/session_store/dynamo_db/errors.rb', line 20

def initialize(msg = 'Maximum time spent to acquire lock has been exceeded!')
  super
end