Scalr\Exception\LockedException::getLockedObject PHP Method

getLockedObject() public method

Gets the object that is locked by the User
public getLockedObject ( ) : mixed
return mixed Returns the object that is locked
    public function getLockedObject()
    {
        return $this->object;
    }