BatchPutMetricsError
An error that occured when putting the metric data.
Contents
- Code
-
The error code of an error that occured when attempting to put metrics.
-
METRIC_LIMIT_EXCEEDED
: The maximum amount of metrics per resource is exceeded. -
INTERNAL_ERROR
: An internal error occured. -
VALIDATION_ERROR
: The metric data failed validation. -
CONFLICT_ERROR
: Multiple requests attempted to modify the same data simultaneously.
Type: String
Valid Values:
METRIC_LIMIT_EXCEEDED | INTERNAL_ERROR | VALIDATION_ERROR | CONFLICT_ERROR
Required: No
-
- MetricIndex
-
An index that corresponds to the metric in the request.
Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: