Class: Aws::Lambda::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
8219 8220 8221 8222 8223 8224 |
# File 'lib/aws-sdk-lambda/types.rb', line 8219 class ResourceNotFoundException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
8219 8220 8221 8222 8223 8224 |
# File 'lib/aws-sdk-lambda/types.rb', line 8219 class ResourceNotFoundException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |