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
- Struct
- Aws::Translate::Types::StopTextTranslationJobResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#job_id ⇒ String
The job ID of the stopped batch translation job.
-
#job_status ⇒ String
The status of the designated job.
Instance Attribute Details
#job_id ⇒ String
The job ID of the stopped batch translation job.
#job_status ⇒ String
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