You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTSiteWise::Types::AssetStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AssetStatus
- Defined in:
- (unknown)
Overview
Contains information about the current status of an asset. For more information, see Asset and model states in the AWS IoT SiteWise User Guide.
Returned by:
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.
#state ⇒ String
The current status of the asset.
Possible values:
- CREATING
- ACTIVE
- UPDATING
- DELETING
- FAILED