Module: Aws::Translate::Client::_StopTextTranslationJobResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::StopTextTranslationJobResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#job_id::String

Returns:

  • (::String)


291
# File 'sig/client.rbs', line 291

def job_id: () -> ::String

#job_status"SUBMITTED", ...

Returns:

  • ("SUBMITTED", "IN_PROGRESS", "COMPLETED", "COMPLETED_WITH_ERROR", "FAILED", "STOP_REQUESTED", "STOPPED")


292
# File 'sig/client.rbs', line 292

def job_status: () -> ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED" | "COMPLETED_WITH_ERROR" | "FAILED" | "STOP_REQUESTED" | "STOPPED")