Class: Aws::NetworkManager::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
The specified resource could not be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#context ⇒ Hash<String,String>
The specified resource could not be found.
- #message ⇒ String
-
#resource_id ⇒ String
The ID of the resource.
-
#resource_type ⇒ String
The resource type.
Instance Attribute Details
#context ⇒ Hash<String,String>
The specified resource could not be found.
5059 5060 5061 5062 5063 5064 5065 5066 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5059 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
5059 5060 5061 5062 5063 5064 5065 5066 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5059 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type, :context) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
5059 5060 5061 5062 5063 5064 5065 5066 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5059 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type, :context) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
5059 5060 5061 5062 5063 5064 5065 5066 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5059 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type, :context) SENSITIVE = [] include Aws::Structure end |