Class: Aws::IoTSiteWise::Types::AssetModelStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AssetModelStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains current status information for an asset model. 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 state of the asset model.
Instance Attribute Details
#error ⇒ Types::ErrorDetails
Contains associated error information, if any.
937 938 939 940 941 942 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 937 class AssetModelStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the asset model.
937 938 939 940 941 942 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 937 class AssetModelStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |