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. 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 unique identifier of the resource, which can be the wireless gateway ID, the wireless device ID, or the FUOTA task ID. 
- ResourceType (string) – - [REQUIRED] - The type of resource, which can be - WirelessDevice,- WirelessGateway, or- FuotaTask.
- 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