ISESV2BatchGetMetricDataResponse
Interface in AWS.SESV2
Interface for BatchGetMetricData responses.
Ancestors
Properties
Errors
property Errors: TList<ISESV2MetricDataError>
Type: ISESV2MetricDataError
A list of errors encountered while processing the metric data batch request.
Each error is correlated to a specific query in the request using the query's Id value. Common error codes include INTERNAL_FAILURE for service-side processing errors and ACCESS_DENIED for insufficient permissions to retrieve the requested metrics. Queries that complete successfully will not appear in this collection and will instead have their results available in the Results property.
Results
property Results: TList<ISESV2MetricDataResult>
Type: ISESV2MetricDataResult
A list of successfully retrieved metric data results.
Each result corresponds to a query in the original request and is identified by the query's Id value. Results contain timestamped metric values for the specified time range and dimension filters. The timestamps and values arrays within each result have corresponding indices, where Timestamps[i] represents the time for Values[i]. Queries that encountered errors will not appear in this collection and will instead have their error details available in the Errors property.