ISESV2FailureInfo
Interface in AWS.SESV2
Interface for FailureInfo.
Properties
ErrorMessage
property ErrorMessage: string
The error message describing why the export job failed.
This property contains a human-readable description of the error that caused the export job to fail. The error message provides diagnostic information to help identify and resolve the issue. Error messages typically describe problems such as insufficient permissions, invalid data sources, destination access issues, or internal service errors that prevented the job from completing successfully.
FailedRecordsS3Url
property FailedRecordsS3Url: string
The S3 URL where failed records are stored.
This property contains the Amazon S3 URL where records that failed to be processed during the export job are stored for review and analysis. When an export job encounters errors with specific records but continues processing, the failed records are written to this S3 location. This allows you to examine which data could not be exported and potentially retry or fix the problematic records. This URL is only populated when the export job has partial failures. If the entire job fails before processing any records, this property may be empty.