Class: Aws::IVS::Types::ChannelNotBroadcasting

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exception_messageString

The stream is offline for the given channel ARN.

Returns:

  • (String)


323
324
325
326
327
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 323

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