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

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


3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
# File 'lib/aws-sdk-sesv2/types.rb', line 3612

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)


3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
# File 'lib/aws-sdk-sesv2/types.rb', line 3612

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)


3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
# File 'lib/aws-sdk-sesv2/types.rb', line 3612

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:



3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
# File 'lib/aws-sdk-sesv2/types.rb', line 3612

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.



3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
# File 'lib/aws-sdk-sesv2/types.rb', line 3612

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.



3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
# File 'lib/aws-sdk-sesv2/types.rb', line 3612

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)


3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
# File 'lib/aws-sdk-sesv2/types.rb', line 3612

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)


3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
# File 'lib/aws-sdk-sesv2/types.rb', line 3612

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)


3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
# File 'lib/aws-sdk-sesv2/types.rb', line 3612

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