Class: Aws::AppFabric::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
The specified resource 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
1477 1478 1479 1480 1481 1482 1483 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1477 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource ID.
1477 1478 1479 1480 1481 1482 1483 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1477 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
1477 1478 1479 1480 1481 1482 1483 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1477 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |