Class: Aws::IVSRealTime::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IVSRealTime::Errors::ResourceNotFoundException
- Defined in:
- lib/aws-sdk-ivsrealtime/errors.rb
Instance Method Summary collapse
- #exception_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
constructor
A new instance of ResourceNotFoundException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
Returns a new instance of ResourceNotFoundException.
109 110 111 |
# File 'lib/aws-sdk-ivsrealtime/errors.rb', line 109 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#exception_message ⇒ String
114 115 116 |
# File 'lib/aws-sdk-ivsrealtime/errors.rb', line 114 def @data[:exception_message] end |