Class: Aws::WorkSpacesThinClient::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesThinClient::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesthinclient/types.rb
Overview
The resource specified in the request was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The ID of the resource associated with the request.
-
#resource_type ⇒ String
The type of the resource associated with the request.
Instance Attribute Details
#message ⇒ String
1000 1001 1002 1003 1004 1005 1006 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1000 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource associated with the request.
1000 1001 1002 1003 1004 1005 1006 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1000 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource associated with the request.
1000 1001 1002 1003 1004 1005 1006 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1000 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |