Skip to content

Delete Rotation Override

ssmcontacts_delete_rotation_override R Documentation

Deletes an existing override for an on-call rotation

Description

Deletes an existing override for an on-call rotation.

Usage

ssmcontacts_delete_rotation_override(RotationId, RotationOverrideId)

Arguments

RotationId

[required] The Amazon Resource Name (ARN) of the rotation that was overridden.

RotationOverrideId

[required] The Amazon Resource Name (ARN) of the on-call rotation override to delete.

Value

An empty list.

Request syntax

svc$delete_rotation_override(
  RotationId = "string",
  RotationOverrideId = "string"
)