Class: Aws::WorkSpaces::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
The resource could not be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The resource could not be found.
-
#resource_id ⇒ String
The ID of the resource that could not be found.
Instance Attribute Details
#message ⇒ String
The resource could not be found.
4223 4224 4225 4226 4227 4228 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4223 class ResourceNotFoundException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource that could not be found.
4223 4224 4225 4226 4227 4228 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4223 class ResourceNotFoundException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |