Class: Aws::IVS::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IVS::Errors::ResourceNotFoundException
- Defined in:
- lib/aws-sdk-ivs/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.
127 128 129 |
# File 'lib/aws-sdk-ivs/errors.rb', line 127 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#exception_message ⇒ String
132 133 134 |
# File 'lib/aws-sdk-ivs/errors.rb', line 132 def @data[:exception_message] end |