IoTWireless / Client / get_metric_configuration

get_metric_configuration#

IoTWireless.Client.get_metric_configuration()#

Get the metric configuration status for this 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 account’s configuration status for summary metric aggregation.

      • Status (string) –

        The configuration of summary metric.

Exceptions

  • IoTWireless.Client.exceptions.ValidationException

  • IoTWireless.Client.exceptions.ResourceNotFoundException

  • IoTWireless.Client.exceptions.AccessDeniedException

  • IoTWireless.Client.exceptions.ConflictException

  • IoTWireless.Client.exceptions.InternalServerException

  • IoTWireless.Client.exceptions.ThrottlingException