Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_log_pattern

delete_log_pattern(**kwargs)

Removes the specified log pattern from a LogPatternSet .

See also: AWS API Documentation

Request Syntax

response = client.delete_log_pattern(
    ResourceGroupName='string',
    PatternSetName='string',
    PatternName='string'
)
Parameters
  • ResourceGroupName (string) --

    [REQUIRED]

    The name of the resource group.

  • PatternSetName (string) --

    [REQUIRED]

    The name of the log pattern set.

  • PatternName (string) --

    [REQUIRED]

    The name of the log pattern.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • ApplicationInsights.Client.exceptions.ResourceNotFoundException
  • ApplicationInsights.Client.exceptions.ValidationException
  • ApplicationInsights.Client.exceptions.BadRequestException
  • ApplicationInsights.Client.exceptions.InternalServerException