ARCRegionswitch / Client / delete_plan

delete_plan

ARCRegionswitch.Client.delete_plan(**kwargs)

Deletes a Region switch plan. You must specify the ARN of the plan to delete.

You cannot delete a plan that has an active execution in progress.

See also: AWS API Documentation

Request Syntax

response = client.delete_plan(
    arn='string'
)
Parameters:

arn (string) –

[REQUIRED]

The Amazon Resource Name (ARN) of the plan.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • ARCRegionswitch.Client.exceptions.ResourceNotFoundException

  • ARCRegionswitch.Client.exceptions.IllegalStateException