Class: Aws::IoTSiteWise::Types::DatasetStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#errorTypes::ErrorDetails

Contains the details of an IoT SiteWise error.

Returns:



3649
3650
3651
3652
3653
3654
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3649

class DatasetStatus < Struct.new(
  :state,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current status of the dataset.

Returns:

  • (String)


3649
3650
3651
3652
3653
3654
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3649

class DatasetStatus < Struct.new(
  :state,
  :error)
  SENSITIVE = []
  include Aws::Structure
end