Class: Aws::LambdaPreview::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaPreview::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambdapreview/types.rb
Overview
The function or the event source specified in the request does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
472 473 474 475 476 477 |
# File 'lib/aws-sdk-lambdapreview/types.rb', line 472 class ResourceNotFoundException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
472 473 474 475 476 477 |
# File 'lib/aws-sdk-lambdapreview/types.rb', line 472 class ResourceNotFoundException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |