exc#

exception acore_server_metadata.exc.ServerNotUniqueError[source]#

Raises when there are multiple Server has the same id.

exception acore_server_metadata.exc.ServerStatusError[source]#

Raises when the status of the EC2 or RDS or server doesn’t meet the expectation

exception acore_server_metadata.exc.ServerNotFoundError[source]#

Raises when a Server is not found.

exception acore_server_metadata.exc.ServerAlreadyExistsError[source]#

Raises when try to launch a new EC2 or DB instance when there is already a existing one.

exception acore_server_metadata.exc.FailedToStartServerError[source]#

Raises when the current EC2 and RDS state is not ready for start. (It has to exist first).

exception acore_server_metadata.exc.FailedToStopServerError[source]#

Raises when the current EC2 and RDS state is not ready for stop. (It has to exist first).