Class: Aws::WorkSpaces::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-workspaces/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.
4278 4279 4280 4281 4282 4283 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4278 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.
4278 4279 4280 4281 4282 4283 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4278 class ResourceNotFoundException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |