delete_timeline_event

SSMIncidents.Client.delete_timeline_event(**kwargs)

Deletes a timeline event from an incident.

See also: AWS API Documentation

Request Syntax

response = client.delete_timeline_event(
    eventId='string',
    incidentRecordArn='string'
)
Parameters
  • eventId (string) --

    [REQUIRED]

    The ID of the event you are updating. You can find this by using ListTimelineEvents .

  • incidentRecordArn (string) --

    [REQUIRED]

    The Amazon Resource Name (ARN) of the incident that includes the timeline event.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • SSMIncidents.Client.exceptions.ThrottlingException
  • SSMIncidents.Client.exceptions.AccessDeniedException
  • SSMIncidents.Client.exceptions.ValidationException
  • SSMIncidents.Client.exceptions.InternalServerException