IoTWireless / Client / get_metric_configuration

get_metric_configuration#

IoTWireless.Client.get_metric_configuration()#

Get the metric configuration status for this AWS account.

See also: AWS API Documentation

Request Syntax

response = client.get_metric_configuration()
Return type:

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