SSMIncidents / Client / delete_incident_record

delete_incident_record#

SSMIncidents.Client.delete_incident_record(**kwargs)#

Delete an incident record from Incident Manager.

See also: AWS API Documentation

Request Syntax

response = client.delete_incident_record(
    arn='string'
)
Parameters:

arn (string) –

[REQUIRED]

The Amazon Resource Name (ARN) of the incident record you are deleting.

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