コマンドラインから新しい OpenWhisk アクションを作成すると、次のエラーが返されます。
$ wsk action create hello index.js
error: Unable to create action 'hello': Resource by this name exists but is not in this collection. (code 4923976)
Run 'wsk --help' for usage.
すでにデプロイされているアクションを見ると、同じ名前の別のアクションは見当たりません。
$ wsk action list
actions
/user@email.com_dev/example private nodejs:6
/user@email.com_dev/hello_world private nodejs:6
/user@email.com_dev/testing private nodejs:6
このエラー メッセージの原因は何ですか?