delete_recovery_instance
(**kwargs)¶Deletes a single Recovery Instance by ID. This deletes the Recovery Instance resource from Elastic Disaster Recovery. The Recovery Instance must be disconnected first in order to delete it.
See also: AWS API Documentation
Request Syntax
response = client.delete_recovery_instance(
recoveryInstanceID='string'
)
[REQUIRED]
The ID of the Recovery Instance to be deleted.
Exceptions
drs.Client.exceptions.InternalServerException
drs.Client.exceptions.ConflictException
drs.Client.exceptions.ThrottlingException
drs.Client.exceptions.AccessDeniedException
drs.Client.exceptions.UninitializedAccountException