Class: Aws::WorkspacesInstances::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkspacesInstances::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesinstances/types.rb
Overview
Indicates the requested resource could not be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Details about the missing resource.
-
#resource_id ⇒ String
Identifier of the resource that was not found.
-
#resource_type ⇒ String
Type of the resource that was not found.
Instance Attribute Details
#message ⇒ String
Details about the missing resource.
1355 1356 1357 1358 1359 1360 1361 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1355 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Identifier of the resource that was not found.
1355 1356 1357 1358 1359 1360 1361 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1355 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of the resource that was not found.
1355 1356 1357 1358 1359 1360 1361 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1355 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |