EC2 / Client / delete_network_insights_analysis

delete_network_insights_analysis#

EC2.Client.delete_network_insights_analysis(**kwargs)#

Deletes the specified network insights analysis.

See also: AWS API Documentation

Request Syntax

response = client.delete_network_insights_analysis(
    DryRun=True|False,
    NetworkInsightsAnalysisId='string'
)
Parameters:
  • DryRun (boolean) – Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

  • NetworkInsightsAnalysisId (string) –

    [REQUIRED]

    The ID of the network insights analysis.

Return type:

dict

Returns:

Response Syntax

{
    'NetworkInsightsAnalysisId': 'string'
}

Response Structure

  • (dict) –

    • NetworkInsightsAnalysisId (string) –

      The ID of the network insights analysis.