Class: Aws::GreengrassV2::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
The requested resource can’t be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The ID of the resource that isn’t found.
-
#resource_type ⇒ String
The type of the resource that isn’t found.
Instance Attribute Details
#message ⇒ String
2869 2870 2871 2872 2873 2874 2875 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2869 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource that isn’t found.
2869 2870 2871 2872 2873 2874 2875 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2869 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource that isn’t found.
2869 2870 2871 2872 2873 2874 2875 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2869 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |