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'
)
[REQUIRED]
The ID of the event you are updating. You can find this by using ListTimelineEvents
.
[REQUIRED]
The Amazon Resource Name (ARN) of the incident that includes the timeline event.
dict
Response Syntax
{}
Response Structure
Exceptions
SSMIncidents.Client.exceptions.ThrottlingException
SSMIncidents.Client.exceptions.AccessDeniedException
SSMIncidents.Client.exceptions.ValidationException
SSMIncidents.Client.exceptions.InternalServerException