Class: Aws::IoTAnalytics::Types::DatasetContentStatus

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

Overview

The state of the dataset contents and the reason they are in this state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

The reason the dataset contents are in this state.

Returns:

  • (String)


962
963
964
965
966
967
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 962

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

#stateString

The state of the dataset contents. Can be one of READY, CREATING, SUCCEEDED, or FAILED.

Returns:

  • (String)


962
963
964
965
966
967
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 962

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