Class: Aws::PrivateNetworks::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-privatenetworks/types.rb
Overview
The resource was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Description of the error.
-
#resource_id ⇒ String
Identifier of the affected resource.
-
#resource_type ⇒ String
Type of the affected resource.
Instance Attribute Details
#message ⇒ String
Description of the error.
1487 1488 1489 1490 1491 1492 1493 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1487 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Identifier of the affected resource.
1487 1488 1489 1490 1491 1492 1493 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1487 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of the affected resource.
1487 1488 1489 1490 1491 1492 1493 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1487 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |