SSMContacts / Client / delete_rotation_override

delete_rotation_override#

SSMContacts.Client.delete_rotation_override(**kwargs)#

Deletes an existing override for an on-call rotation.

See also: AWS API Documentation

Request Syntax

response = client.delete_rotation_override(
    RotationId='string',
    RotationOverrideId='string'
)
Parameters:
  • RotationId (string) –

    [REQUIRED]

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

  • RotationOverrideId (string) –

    [REQUIRED]

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

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions