Class: Aws::IVS::Types::StreamUnavailable

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 temporarily unavailable.

Returns:

  • (String)


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