Class: Aws::SESV2::Types::GetImportJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb

Overview

An HTTP 200 response if the request succeeds, or an error message if the request fails.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#completed_timestampTime

The time stamp of when the import job was completed.

Returns:

  • (Time)


3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3588

class GetImportJobResponse < Struct.new(
  :job_id,
  :import_destination,
  :import_data_source,
  :failure_info,
  :job_status,
  :created_timestamp,
  :completed_timestamp,
  :processed_records_count,
  :failed_records_count)
  SENSITIVE = []
  include Aws::Structure
end

#created_timestampTime

The time stamp of when the import job was created.

Returns:

  • (Time)


3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3588

class GetImportJobResponse < Struct.new(
  :job_id,
  :import_destination,
  :import_data_source,
  :failure_info,
  :job_status,
  :created_timestamp,
  :completed_timestamp,
  :processed_records_count,
  :failed_records_count)
  SENSITIVE = []
  include Aws::Structure
end

#failed_records_countInteger

The number of records that failed processing because of invalid input or other reasons.

Returns:

  • (Integer)


3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3588

class GetImportJobResponse < Struct.new(
  :job_id,
  :import_destination,
  :import_data_source,
  :failure_info,
  :job_status,
  :created_timestamp,
  :completed_timestamp,
  :processed_records_count,
  :failed_records_count)
  SENSITIVE = []
  include Aws::Structure
end

#failure_infoTypes::FailureInfo

The failure details about an import job.

Returns:



3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3588

class GetImportJobResponse < Struct.new(
  :job_id,
  :import_destination,
  :import_data_source,
  :failure_info,
  :job_status,
  :created_timestamp,
  :completed_timestamp,
  :processed_records_count,
  :failed_records_count)
  SENSITIVE = []
  include Aws::Structure
end

#import_data_sourceTypes::ImportDataSource

The data source of the import job.



3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3588

class GetImportJobResponse < Struct.new(
  :job_id,
  :import_destination,
  :import_data_source,
  :failure_info,
  :job_status,
  :created_timestamp,
  :completed_timestamp,
  :processed_records_count,
  :failed_records_count)
  SENSITIVE = []
  include Aws::Structure
end

#import_destinationTypes::ImportDestination

The destination of the import job.



3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3588

class GetImportJobResponse < Struct.new(
  :job_id,
  :import_destination,
  :import_data_source,
  :failure_info,
  :job_status,
  :created_timestamp,
  :completed_timestamp,
  :processed_records_count,
  :failed_records_count)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

A string that represents the import job ID.

Returns:

  • (String)


3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3588

class GetImportJobResponse < Struct.new(
  :job_id,
  :import_destination,
  :import_data_source,
  :failure_info,
  :job_status,
  :created_timestamp,
  :completed_timestamp,
  :processed_records_count,
  :failed_records_count)
  SENSITIVE = []
  include Aws::Structure
end

#job_statusString

The status of the import job.

Returns:

  • (String)


3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3588

class GetImportJobResponse < Struct.new(
  :job_id,
  :import_destination,
  :import_data_source,
  :failure_info,
  :job_status,
  :created_timestamp,
  :completed_timestamp,
  :processed_records_count,
  :failed_records_count)
  SENSITIVE = []
  include Aws::Structure
end

#processed_records_countInteger

The current number of records processed.

Returns:

  • (Integer)


3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3588

class GetImportJobResponse < Struct.new(
  :job_id,
  :import_destination,
  :import_data_source,
  :failure_info,
  :job_status,
  :created_timestamp,
  :completed_timestamp,
  :processed_records_count,
  :failed_records_count)
  SENSITIVE = []
  include Aws::Structure
end