Class: Aws::IoTSiteWise::Types::AssetStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AssetStatus
- 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
-
#error ⇒ Types::ErrorDetails
Contains associated error information, if any.
-
#state ⇒ String
The current status of the asset.
Instance Attribute Details
#error ⇒ Types::ErrorDetails
Contains associated error information, if any.
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 |
#state ⇒ String
The current status of the asset.
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 |