SSMIncidents / Client / delete_timeline_event
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 to update. You can use - ListTimelineEventsto find an event’s ID.
- 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