IoTWireless / Client / put_resource_log_level
put_resource_log_level#
- IoTWireless.Client.put_resource_log_level(**kwargs)#
- Sets the log-level override for a resource-ID and resource-type. This option can be specified for a wireless gateway or a wireless device. A limit of 200 log level override can be set per account. - See also: AWS API Documentation - Request Syntax- response = client.put_resource_log_level( ResourceIdentifier='string', ResourceType='string', LogLevel='INFO'|'ERROR'|'DISABLED' ) - Parameters:
- ResourceIdentifier (string) – - [REQUIRED] - The identifier of the resource. For a Wireless Device, it is the wireless device ID. For a wireless gateway, it is the wireless gateway ID. 
- ResourceType (string) – - [REQUIRED] - The type of the resource, which can be - WirelessDeviceor- WirelessGateway.
- LogLevel (string) – - [REQUIRED] - The log level for a log message. The log levels can be disabled, or set to - ERRORto display less verbose logs containing only error information, or to- INFOfor more detailed logs.
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- IoTWireless.Client.exceptions.AccessDeniedException
- IoTWireless.Client.exceptions.InternalServerException
- IoTWireless.Client.exceptions.ResourceNotFoundException
- IoTWireless.Client.exceptions.ThrottlingException
- IoTWireless.Client.exceptions.ValidationException