Class: Aws::IoTSiteWise::Types::DatasetStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DatasetStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
The status of the dataset. This contains the state and any error messages. The state is ‘ACTIVE` when ready to use.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ Types::ErrorDetails
Contains the details of an IoT SiteWise error.
-
#state ⇒ String
The current status of the dataset.
Instance Attribute Details
#error ⇒ Types::ErrorDetails
Contains the details of an IoT SiteWise error.
3624 3625 3626 3627 3628 3629 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3624 class DatasetStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current status of the dataset.
3624 3625 3626 3627 3628 3629 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3624 class DatasetStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |