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.ResourceNotFoundException

  • drs.Client.exceptions.InternalServerException

  • drs.Client.exceptions.ConflictException

  • drs.Client.exceptions.ThrottlingException

  • drs.Client.exceptions.AccessDeniedException

  • drs.Client.exceptions.ValidationException

  • drs.Client.exceptions.UninitializedAccountException