Class: Aws::IoTSiteWise::Types::DeleteAssetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DeleteAssetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_status ⇒ Types::AssetStatus
The status of the asset, which contains a state (‘DELETING` after successfully calling this operation) and any error message.
Instance Attribute Details
#asset_status ⇒ Types::AssetStatus
The status of the asset, which contains a state (‘DELETING` after successfully calling this operation) and any error message.
3894 3895 3896 3897 3898 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3894 class DeleteAssetResponse < Struct.new( :asset_status) SENSITIVE = [] include Aws::Structure end |