Class: Aws::TranscribeService::Types::GetTranscriptionJobResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-transcribeservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transcription_jobTypes::TranscriptionJob

Provides detailed information about the specified transcription job, including job status and, if applicable, failure reason.



1494
1495
1496
1497
1498
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1494

class GetTranscriptionJobResponse < Struct.new(
  :transcription_job)
  SENSITIVE = []
  include Aws::Structure
end