0
コマンドラインから新しい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
/[email protected]_dev/example private nodejs:6
/[email protected]_dev/hello_world private nodejs:6
/[email protected]_dev/testing private nodejs:6
このエラーメッセージの原因は何ですか?