Class: Aws::TranscribeStreamingService::Types::ServiceUnavailableException

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

Overview

The service is currently unavailable. Try your request later.

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



879
880
881
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 879

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


879
880
881
882
883
884
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 879

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