Class: Aws::IoTSiteWise::Types::UpdateComputationModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::UpdateComputationModelResponse
- Includes:
- Structure
- Defined in:
- 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 (UPDATING after successfully calling this operation) and an error message if any.
10752 10753 10754 10755 10756 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 10752 class UpdateComputationModelResponse < Struct.new( :computation_model_status) SENSITIVE = [] include Aws::Structure end |