Skip to main content

ISESV2MetricDataError

Interface in AWS.SESV2

Interface for SESV2 MetricDataError.

Properties

Code

property Code: string

The error code indicating the type of failure that occurred.

Possible error codes include:

  • INTERNAL_FAILURE – Amazon SES failed to process the query due to an internal service error.
  • ACCESS_DENIED – Insufficient permissions to retrieve metrics based on the given query parameters.

Id

property Id: string

The query identifier that corresponds to the failed metric data query.

This identifier matches the Id value specified in the original BatchGetMetricDataQuery that encountered an error during processing. Use this value to correlate the error with the specific query in your request.

Message

property Message: string

A human-readable description of the error that occurred.

Provides additional context about the failure beyond the error code. This message may contain specific details about what caused the query to fail and can be useful for troubleshooting and logging purposes.