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

Class: Aws::Translate::Types::StopTextTranslationJobResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The job ID of the stopped batch translation job.

Returns:

  • (String)

    The job ID of the stopped batch translation job.

#job_statusString

The status of the designated job. Upon successful completion, the job\'s status will be STOPPED.

Possible values:

  • SUBMITTED
  • IN_PROGRESS
  • COMPLETED
  • COMPLETED_WITH_ERROR
  • FAILED
  • STOP_REQUESTED
  • STOPPED

Returns:

  • (String)

    The status of the designated job.