Class: Aws::IoTSiteWise::Types::DeleteDatasetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DeleteDatasetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_status ⇒ Types::DatasetStatus
The status of the dataset.
Instance Attribute Details
#dataset_status ⇒ Types::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.
3948 3949 3950 3951 3952 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3948 class DeleteDatasetResponse < Struct.new( :dataset_status) SENSITIVE = [] include Aws::Structure end |