Class: Aws::Panorama::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
The target resource was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The resource’s ID.
-
#resource_type ⇒ String
The resource’s type.
Instance Attribute Details
#message ⇒ String
2639 2640 2641 2642 2643 2644 2645 |
# File 'lib/aws-sdk-panorama/types.rb', line 2639 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource’s ID.
2639 2640 2641 2642 2643 2644 2645 |
# File 'lib/aws-sdk-panorama/types.rb', line 2639 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource’s type.
2639 2640 2641 2642 2643 2644 2645 |
# File 'lib/aws-sdk-panorama/types.rb', line 2639 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |