You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#completed_timestampTime

The time stamp of when the import job was completed.

Returns:

  • (Time)

    The time stamp of when the import job was completed.

#created_timestampTime

The time stamp of when the import job was created.

Returns:

  • (Time)

    The time stamp of when the import job was created.

#failed_records_countInteger

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

Returns:

  • (Integer)

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

#failure_infoTypes::FailureInfo

The failure details about an import job.

Returns:

#import_data_sourceTypes::ImportDataSource

The data source of the import job.

Returns:

#import_destinationTypes::ImportDestination

The destination of the import job.

Returns:

#job_idString

A string that represents the import job ID.

Returns:

  • (String)

    A string that represents the import job ID.

#job_statusString

The status of the import job.

Possible values:

  • CREATED
  • PROCESSING
  • COMPLETED
  • FAILED

Returns:

  • (String)

    The status of the import job.

#processed_records_countInteger

The current number of records processed.

Returns:

  • (Integer)

    The current number of records processed.