Class: Aws::IoTSiteWise::Types::UpdateComputationModelResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#computation_model_statusTypes::ComputationModelStatus

The status of the computation model. It contains a state (UPDATING after successfully calling this operation) and an error message if any.



10747
10748
10749
10750
10751
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 10747

class UpdateComputationModelResponse < Struct.new(
  :computation_model_status)
  SENSITIVE = []
  include Aws::Structure
end