IoT / Client / delete_v2_logging_level

delete_v2_logging_level#

IoT.Client.delete_v2_logging_level(**kwargs)#

Deletes a logging level.

Requires permission to access the DeleteV2LoggingLevel action.

See also: AWS API Documentation

Request Syntax

response = client.delete_v2_logging_level(
    targetType='DEFAULT'|'THING_GROUP'|'CLIENT_ID'|'SOURCE_IP'|'PRINCIPAL_ID',
    targetName='string'
)
Parameters:
  • targetType (string) –

    [REQUIRED]

    The type of resource for which you are configuring logging. Must be THING_Group.

  • targetName (string) –

    [REQUIRED]

    The name of the resource for which you are configuring logging.

Returns:

None

Exceptions