class Aws::IVS::Errors::ResourceNotFoundException
Public Class Methods
new(context, message, data = Aws::EmptyStructure.new)
click to toggle source
@param [Seahorse::Client::RequestContext] context @param [String] message @param [Aws::IVS::Types::ResourceNotFoundException] data
Calls superclass method
# File lib/aws-sdk-ivs/errors.rb, line 127 def initialize(context, message, data = Aws::EmptyStructure.new) super(context, message, data) end
Public Instance Methods
exception_message()
click to toggle source
@return [String]
# File lib/aws-sdk-ivs/errors.rb, line 132 def exception_message @data[:exception_message] end