Class: Aws::TranscribeService::Types::GetMedicalTranscriptionJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#medical_transcription_jobTypes::MedicalTranscriptionJob

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



1401
1402
1403
1404
1405
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1401

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