Class: Aws::VPCLattice::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
The request references a resource that does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The resource ID.
-
#resource_type ⇒ String
The resource type.
Instance Attribute Details
#message ⇒ String
2664 2665 2666 2667 2668 2669 2670 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2664 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource ID.
2664 2665 2666 2667 2668 2669 2670 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2664 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
2664 2665 2666 2667 2668 2669 2670 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2664 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |