Class: Aws::SESV2::Types::FailureInfo

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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

Instance Attribute Details

#error_messageString

A message about why the job failed.

Returns:

  • (String)


2585
2586
2587
2588
2589
2590
# File 'lib/aws-sdk-sesv2/types.rb', line 2585

class FailureInfo < Struct.new(
  :failed_records_s3_url,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#failed_records_s3_urlString

An Amazon S3 pre-signed URL that contains all the failed records and related information.

Returns:

  • (String)


2585
2586
2587
2588
2589
2590
# File 'lib/aws-sdk-sesv2/types.rb', line 2585

class FailureInfo < Struct.new(
  :failed_records_s3_url,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end