Class: Aws::SESV2::Types::FailureInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::FailureInfo
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
An object that contains the failure details about a job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_message ⇒ String
A message about why the job failed.
-
#failed_records_s3_url ⇒ String
An Amazon S3 pre-signed URL that contains all the failed records and related information.
Instance Attribute Details
#error_message ⇒ String
A message about why the job failed.
2624 2625 2626 2627 2628 2629 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2624 class FailureInfo < Struct.new( :failed_records_s3_url, :error_message) SENSITIVE = [] include Aws::Structure end |
#failed_records_s3_url ⇒ String
An Amazon S3 pre-signed URL that contains all the failed records and related information.
2624 2625 2626 2627 2628 2629 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2624 class FailureInfo < Struct.new( :failed_records_s3_url, :error_message) SENSITIVE = [] include Aws::Structure end |