Class: Aws::IoTSiteWise::Types::DeleteTaskResponse

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

Overview

Response structure for DeleteTask operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusTypes::ResourceStatus

The current lifecycle status of the task.



5837
5838
5839
5840
5841
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5837

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