SecurityHub / Client / delete_insight

delete_insight#

SecurityHub.Client.delete_insight(**kwargs)#

Deletes the insight specified by the InsightArn.

See also: AWS API Documentation

Request Syntax

response = client.delete_insight(
    InsightArn='string'
)
Parameters:

InsightArn (string) –

[REQUIRED]

The ARN of the insight to delete.

Return type:

dict

Returns:

Response Syntax

{
    'InsightArn': 'string'
}

Response Structure

  • (dict) –

    • InsightArn (string) –

      The ARN of the insight that was deleted.

Exceptions

  • SecurityHub.Client.exceptions.InternalException

  • SecurityHub.Client.exceptions.InvalidInputException

  • SecurityHub.Client.exceptions.InvalidAccessException

  • SecurityHub.Client.exceptions.LimitExceededException

  • SecurityHub.Client.exceptions.ResourceNotFoundException