Class: Aws::IoTSiteWise::Types::AssetStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Overview

Contains information about the current status of an asset. For more information, see [Asset and model states] in the *IoT SiteWise User Guide*.

[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-and-model-states.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::ErrorDetails

Contains associated error information, if any.

Returns:



1239
1240
1241
1242
1243
1244
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1239

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

#stateString

The current status of the asset.

Returns:

  • (String)


1239
1240
1241
1242
1243
1244
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1239

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