cancelPlanExecution
inline suspend fun ArcRegionSwitchClient.cancelPlanExecution(crossinline block: CancelPlanExecutionRequest.Builder.() -> Unit): CancelPlanExecutionResponse
Cancels an in-progress plan execution. This operation stops the execution of the plan and prevents any further steps from being processed.
You must specify the plan ARN and execution ID. You can also provide an optional comment explaining why the execution was canceled.