SSMContacts / Client / delete_rotation

delete_rotation#

SSMContacts.Client.delete_rotation(**kwargs)#

Deletes a rotation from the system. If a rotation belongs to more than one on-call schedule, this operation deletes it from all of them.

See also: AWS API Documentation

Request Syntax

response = client.delete_rotation(
    RotationId='string'
)
Parameters:

RotationId (string) –

[REQUIRED]

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

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • SSMContacts.Client.exceptions.AccessDeniedException

  • SSMContacts.Client.exceptions.ConflictException

  • SSMContacts.Client.exceptions.InternalServerException

  • SSMContacts.Client.exceptions.ResourceNotFoundException

  • SSMContacts.Client.exceptions.ThrottlingException

  • SSMContacts.Client.exceptions.ValidationException