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:



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

#stateString

The current status of the dataset.

Returns:

  • (String)


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