class Aws::SessionStore::DynamoDB::Errors::LockWaitTimeoutError
This error is raised when the maximum time spent to acquire lock has been exceeded.
Public Class Methods
new(msg = 'Maximum time spent to acquire lock has been exceeded!')
click to toggle source
Calls superclass method
# 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