Class: Aws::IVS::Types::StreamUnavailable
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::StreamUnavailable
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exception_message ⇒ String
The stream is temporarily unavailable.
Instance Attribute Details
#exception_message ⇒ String
The stream is temporarily unavailable.
2301 2302 2303 2304 2305 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 2301 class StreamUnavailable < Struct.new( :exception_message) SENSITIVE = [] include Aws::Structure end |