AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Update the summary metric configuration.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to UpdateMetricConfigurationAsync.

Namespace: Amazon.IoTWireless
Assembly: AWSSDK.IoTWireless.dll
Version: 3.x.y.z

Syntax

C#
public virtual UpdateMetricConfigurationResponse UpdateMetricConfiguration(
         UpdateMetricConfigurationRequest request
)

Parameters

request
Type: Amazon.IoTWireless.Model.UpdateMetricConfigurationRequest

Container for the necessary parameters to execute the UpdateMetricConfiguration service method.

Return Value


The response from the UpdateMetricConfiguration service method, as returned by IoTWireless.

Exceptions

ExceptionCondition
AccessDeniedException User does not have permission to perform this action.
ConflictException Adding, updating, or deleting the resource can cause an inconsistent state.
InternalServerException An unexpected error occurred while processing a request.
ResourceNotFoundException Resource does not exist.
ThrottlingException The request was denied because it exceeded the allowed API request rate.
ValidationException The input did not meet the specified constraints.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also