Class: Aws::TranscribeStreamingService::Types::InternalFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeStreamingService::Types::InternalFailureException
- Defined in:
- gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb
Overview
A problem occurred while processing the audio. Amazon Transcribe terminated processing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#message ⇒ String
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
521 522 523 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 521 def event_type @event_type end |
#message ⇒ String
521 522 523 524 525 526 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 521 class InternalFailureException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |