Class: Aws::IoTSiteWise::Types::DeleteComputationModelResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 (DELETING after successfully calling this operation) and any error messages.



4443
4444
4445
4446
4447
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4443

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