Class: Aws::Lambda::Types::ResourceNotFoundException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Lambda::Types::ResourceNotFoundException
 
- 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
#message ⇒ String
| 6032 6033 6034 6035 6036 6037 | # File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6032 class ResourceNotFoundException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end | 
#type ⇒ String
| 6032 6033 6034 6035 6036 6037 | # File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6032 class ResourceNotFoundException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |