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.
4263 4264 4265 4266 4267 4268 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4263 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.
4263 4264 4265 4266 4267 4268 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4263 class ResourceNotFoundException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |