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.
1235 1236 1237 1238 1239 1240 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1235 class AssetStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current status of the asset.
1235 1236 1237 1238 1239 1240 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1235 class AssetStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |