Class: Aws::IVS::Errors::StreamUnavailable
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IVS::Errors::StreamUnavailable
- Defined in:
- lib/aws-sdk-ivs/errors.rb
Instance Method Summary collapse
- #exception_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StreamUnavailable
constructor
A new instance of StreamUnavailable.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StreamUnavailable
Returns a new instance of StreamUnavailable.
157 158 159 |
# File 'lib/aws-sdk-ivs/errors.rb', line 157 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#exception_message ⇒ String
162 163 164 |
# File 'lib/aws-sdk-ivs/errors.rb', line 162 def @data[:exception_message] end |