Class: Aws::Lambda::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb

Overview

The resource specified in the request does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5493
5494
5495
5496
5497
5498
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5493

class ResourceNotFoundException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Returns:

  • (String)


5493
5494
5495
5496
5497
5498
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5493

class ResourceNotFoundException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end