Received response status [FAILED] from custom resource. Message returned: Rule does not exist on EventBus default

When trying to remove the stack (the same when deploying), the serverless prints error

Stack:arn:aws:cloudformation:<region>:<account>:stack/<stack-name>/d82f6220-b505-11eb-9c1c-06fc8b3839c3 is in DELETE_IN_PROGRESS state and can not be updated.

After navigating to the stack’s resource tab, following message is shown in read color.

Received response status [FAILED] from custom resource. Message returned: Rule does not exist on EventBus default. See ...

The closest docs I found are [1][2], but there is no solution. I am sure the rule is in EventBridge (I copy, paste the rule name printed by serverless) and enable it for a while; however, trying to remove or deploy still fail. I appreciate any suggestions.

Thanks

[1]. EnableRule - Amazon EventBridge
[2]. https://forums.aws.amazon.com/thread.jspa?threadID=315671