Class: Aws::IVS::Errors::ChannelNotBroadcasting
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IVS::Errors::ChannelNotBroadcasting
- Defined in:
- lib/aws-sdk-ivs/errors.rb
Instance Method Summary collapse
- #exception_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ChannelNotBroadcasting
constructor
A new instance of ChannelNotBroadcasting.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ChannelNotBroadcasting
Returns a new instance of ChannelNotBroadcasting.
67 68 69 |
# File 'lib/aws-sdk-ivs/errors.rb', line 67 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#exception_message ⇒ String
72 73 74 |
# File 'lib/aws-sdk-ivs/errors.rb', line 72 def @data[:exception_message] end |