:doc:`IoTWireless <../../iotwireless>` / Client / reset_resource_log_level

************************
reset_resource_log_level
************************



.. py:method:: IoTWireless.Client.reset_resource_log_level(**kwargs)

  

  Removes the log-level override, if any, for a specific resource ID and resource type. It can be used for a wireless device, a wireless gateway, or a FUOTA task.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotwireless-2020-11-22/ResetResourceLogLevel>`_  


  **Request Syntax**
  ::

    response = client.reset_resource_log_level(
        ResourceIdentifier='string',
        ResourceType='string'
    )
    
  :type ResourceIdentifier: string
  :param ResourceIdentifier: **[REQUIRED]** 

    The unique identifier of the resource, which can be the wireless gateway ID, the wireless device ID, or the FUOTA task ID.

    

  
  :type ResourceType: string
  :param ResourceType: **[REQUIRED]** 

    The type of resource, which can be ``WirelessDevice``, ``WirelessGateway``, or ``FuotaTask``.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`IoTWireless.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`IoTWireless.Client.exceptions.InternalServerException`

  
  *   :py:class:`IoTWireless.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`IoTWireless.Client.exceptions.ThrottlingException`

  
  *   :py:class:`IoTWireless.Client.exceptions.ValidationException`

  