AIOps / Client / delete_investigation_group
delete_investigation_group¶
- AIOps.Client.delete_investigation_group(**kwargs)¶
Deletes the specified investigation group from your account. You can currently have one investigation group per Region in your account. After you delete an investigation group, you can later create a new investigation group in the same Region.
See also: AWS API Documentation
Request Syntax
response = client.delete_investigation_group( identifier='string' )
- Parameters:
identifier (string) –
[REQUIRED]
Specify either the name or the ARN of the investigation group that you want to delete.
- Returns:
None
Exceptions