Class: Aws::IoTSiteWise::Types::DeleteDatasetResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_statusTypes::DatasetStatus

The status of the dataset. This contains the state and any error messages. State is DELETING after a successfull call to this API, and any associated error message.



4497
4498
4499
4500
4501
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4497

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