Wait for the instance to be ready.
After calling this method, the instance services are filled and ready to
be used.
- Parameters:
- polling_interval
float
, optional
Time in seconds to wait between each request. The default is 0.5
.
- timeout_per_request
float
, optional
Timeout in seconds for each request. The default is None
.
- Raises:
InstanceNotFoundError
The instance was deleted.
RemoteError
Unexpected server error.