Class: Aws::IVS::Errors::ChannelNotBroadcasting

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

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ChannelNotBroadcasting

Returns a new instance of ChannelNotBroadcasting.

Parameters:



67
68
69
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 67

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#exception_messageString

Returns:

  • (String)


72
73
74
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/errors.rb', line 72

def exception_message
  @data[:exception_message]
end