Method: Aws::Drs::Client#stop_failback
- Defined in:
- lib/aws-sdk-drs/client.rb
#stop_failback(params = {}) ⇒ Struct
Stops the failback process for a specified Recovery Instance. This changes the Failback State of the Recovery Instance back to FAILBACK_NOT_STARTED.
2783 2784 2785 2786 |
# File 'lib/aws-sdk-drs/client.rb', line 2783 def stop_failback(params = {}, = {}) req = build_request(:stop_failback, params) req.send_request() end |