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'
)
[REQUIRED]
The name of the resource group.
[REQUIRED]
The name of the log pattern set.
[REQUIRED]
The name of the log pattern.
dict
Response Syntax
{}
Response Structure
Exceptions
ApplicationInsights.Client.exceptions.ResourceNotFoundException
ApplicationInsights.Client.exceptions.ValidationException
ApplicationInsights.Client.exceptions.BadRequestException
ApplicationInsights.Client.exceptions.InternalServerException