Class: Aws::WorkSpacesWeb::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
The resource cannot be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
Hypothetical identifier of the resource affected.
-
#resource_type ⇒ String
Hypothetical type of the resource affected.
Instance Attribute Details
#message ⇒ String
2949 2950 2951 2952 2953 2954 2955 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2949 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Hypothetical identifier of the resource affected.
2949 2950 2951 2952 2953 2954 2955 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2949 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Hypothetical type of the resource affected.
2949 2950 2951 2952 2953 2954 2955 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2949 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |