Class: Aws::IoTTwinMaker::Types::DeleteWorkspaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::DeleteWorkspaceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The string that specifies the delete result for the workspace.
Instance Attribute Details
#message ⇒ String
The string that specifies the delete result for the workspace.
1132 1133 1134 1135 1136 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1132 class DeleteWorkspaceResponse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |