drs / Client / delete_recovery_plan_step
delete_recovery_plan_step¶
- drs.Client.delete_recovery_plan_step(**kwargs)¶
Deletes a step from a Recovery Plan.
See also: AWS API Documentation
Request Syntax
response = client.delete_recovery_plan_step( recoveryPlanStepArn='string' )
- Parameters:
recoveryPlanStepArn (string) –
[REQUIRED]
The ARN of the Recovery Plan step to delete.
- Return type:
dict
- Returns:
Response Syntax
{ 'recoveryPlanStepArn': 'string' }
Response Structure
(dict) –
recoveryPlanStepArn (string) –
The ARN of the deleted Recovery Plan step.
Exceptions
drs.Client.exceptions.ResourceNotFoundExceptiondrs.Client.exceptions.InternalServerExceptiondrs.Client.exceptions.ConflictExceptiondrs.Client.exceptions.ThrottlingExceptiondrs.Client.exceptions.AccessDeniedExceptiondrs.Client.exceptions.ValidationExceptiondrs.Client.exceptions.UninitializedAccountException