Class: Aws::Lambda::Errors::ResourceNotFoundException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-lambda/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException

Returns a new instance of ResourceNotFoundException.

Parameters:



923
924
925
# File 'lib/aws-sdk-lambda/errors.rb', line 923

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


933
# File 'lib/aws-sdk-lambda/errors.rb', line 933

def message: () -> ::String

#typeString

Returns:

  • (String)


928
# File 'lib/aws-sdk-lambda/errors.rb', line 928

def type: () -> ::String