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

************************
get_metric_configuration
************************



.. py:method:: IoTWireless.Client.get_metric_configuration()

  

  Get the metric configuration status for this AWS account.

  

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


  **Request Syntax**
  ::

    response = client.get_metric_configuration()
    
    
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'SummaryMetric': {
              'Status': 'Enabled'|'Disabled'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **SummaryMetric** *(dict) --* 

        The configuration status of the AWS account for summary metric aggregation.

        
        

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

          The status of the configuration of summary metrics.

          
    
  
  **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`

  