Class: Aws::TranscribeStreamingService::Types::BadRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeStreamingService::Types::BadRequestException
- Defined in:
- gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb
Overview
One or more arguments to the StartStreamTranscription,
StartMedicalStreamTranscription, or
StartCallAnalyticsStreamTranscription operation was not valid. For
example, MediaEncoding or LanguageCode used unsupported values.
Check the specified parameters and try your request again.
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
91 92 93 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 91 def event_type @event_type end |
#message ⇒ String
91 92 93 94 95 96 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 91 class BadRequestException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |