Class: Aws::IoTSiteWise::Types::DeleteComputationModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DeleteComputationModelResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#computation_model_status ⇒ Types::ComputationModelStatus
The status of the computation model.
Instance Attribute Details
#computation_model_status ⇒ Types::ComputationModelStatus
The status of the computation model. It contains a state (DELETING after successfully calling this operation) and any error messages.
4374 4375 4376 4377 4378 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4374 class DeleteComputationModelResponse < Struct.new( :computation_model_status) SENSITIVE = [] include Aws::Structure end |