Class: Aws::IoTSiteWise::Types::AssetModelStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AssetModelStatus
- Defined in:
- gems/aws-sdk-iotsitewise/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.
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.
941 942 943 944 945 946 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 941 class AssetModelStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the asset model.
941 942 943 944 945 946 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 941 class AssetModelStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |