You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

The reason the data set contents are in this state.

Returns:

  • (String)

    The reason the data set contents are in this state.

#stateString

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

Possible values:

  • CREATING
  • SUCCEEDED
  • FAILED

Returns:

  • (String)

    The state of the data set contents.