Class: Aws::IoTTwinMaker::Types::DeleteWorkspaceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The string that specifies the delete result for the workspace.

Returns:

  • (String)


1132
1133
1134
1135
1136
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1132

class DeleteWorkspaceResponse < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end