Class: Aws::IVS::Types::ChannelNotBroadcasting
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ChannelNotBroadcasting
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exception_message ⇒ String
The stream is offline for the given channel ARN.
Instance Attribute Details
#exception_message ⇒ String
The stream is offline for the given channel ARN.
352 353 354 355 356 |
# File 'lib/aws-sdk-ivs/types.rb', line 352 class ChannelNotBroadcasting < Struct.new( :exception_message) SENSITIVE = [] include Aws::Structure end |