InstanceNotReadyError#
- exception ansys.platform.instancemanagement.InstanceNotReadyError(instance_name: str)#
Indicates an attempt was made to communicate with an instance that is not yet ready.
Consider calling
wait_for_ready()
or checkingready
before use.