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

***************************
update_metric_configuration
***************************



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

  

  Update the summary metric configuration.

  

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


  **Request Syntax**
  ::

    response = client.update_metric_configuration(
        SummaryMetric={
            'Status': 'Enabled'|'Disabled'
        }
    )
    
  :type SummaryMetric: dict
  :param SummaryMetric: 

    The value to be used to set summary metric configuration.

    

  
    - **Status** *(string) --* 

      The status of the configuration of summary metrics.

      

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

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

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

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

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

  