Class: Aws::TranscribeStreamingService::Types::ConflictException

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

Overview

A new stream started with the same session ID. The current stream has been terminated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



293
294
295
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 293

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


293
294
295
296
297
298
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 293

class ConflictException < Struct.new(
  :message,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end