Hi@akhtar,
There are some scenarios where some instances went to an error state. There are lots of reason behind this, may be network issue or security issue etc. But you can change your instance's error state into active state using below command.
$ nova reset-state –active {Instance_id}
Hope this is helpful.
Thank You