drs / Client / stop_failback

stop_failback#

drs.Client.stop_failback(**kwargs)#

Stops the failback process for a specified Recovery Instance. This changes the Failback State of the Recovery Instance back to FAILBACK_NOT_STARTED.

See also: AWS API Documentation

Request Syntax

response = client.stop_failback(
    recoveryInstanceID='string'
)
Parameters:

recoveryInstanceID (string) –

[REQUIRED]

The ID of the Recovery Instance we want to stop failback for.

Returns:

None

Exceptions