drs / Client / delete_recovery_plan_execution
delete_recovery_plan_execution¶
- drs.Client.delete_recovery_plan_execution(**kwargs)¶
Deletes a Recovery Plan execution record. Must be in a terminal status.
See also: AWS API Documentation
Request Syntax
response = client.delete_recovery_plan_execution( recoveryPlanExecutionArn='string' )
- Parameters:
recoveryPlanExecutionArn (string) –
[REQUIRED]
The ARN of the Recovery Plan execution to delete.
- Return type:
dict
- Returns:
Response Syntax
{ 'recoveryPlanExecutionArn': 'string' }
Response Structure
(dict) –
recoveryPlanExecutionArn (string) –
The ARN of the deleted Recovery Plan execution.
Exceptions