Class: Aws::IoTSiteWise::Types::AssetStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AssetStatus
- Defined in:
- gems/aws-sdk-iotsitewise/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.
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 'gems/aws-sdk-iotsitewise/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 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1239 class AssetStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |