Class: Aws::LambdaMicrovms::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-lambdamicrovms/lib/aws-sdk-lambdamicrovms/types.rb
Overview
The specified resource does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#resource_id ⇒ String
The identifier of the resource that was not found.
-
#resource_type ⇒ String
The type of the resource that was not found.
Instance Attribute Details
#message ⇒ String
1709 1710 1711 1712 1713 1714 1715 |
# File 'gems/aws-sdk-lambdamicrovms/lib/aws-sdk-lambdamicrovms/types.rb', line 1709 class ResourceNotFoundException < Struct.new( :message, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource that was not found.
1709 1710 1711 1712 1713 1714 1715 |
# File 'gems/aws-sdk-lambdamicrovms/lib/aws-sdk-lambdamicrovms/types.rb', line 1709 class ResourceNotFoundException < Struct.new( :message, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource that was not found.
1709 1710 1711 1712 1713 1714 1715 |
# File 'gems/aws-sdk-lambdamicrovms/lib/aws-sdk-lambdamicrovms/types.rb', line 1709 class ResourceNotFoundException < Struct.new( :message, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |