Method: Aws::IoT::Types::DeleteOTAUpdateRequest#force_delete_aws_job
- Defined in:
- lib/aws-sdk-iot/types.rb
#force_delete_aws_job ⇒ Boolean
When true, deletes the IoT job created by the OTAUpdate process even if it is “IN_PROGRESS”. Otherwise, if the job is not in a terminal state (“COMPLETED” or “CANCELED”) an exception will occur. The default is false.
5294 5295 5296 5297 5298 5299 5300 |
# File 'lib/aws-sdk-iot/types.rb', line 5294 class DeleteOTAUpdateRequest < Struct.new( :ota_update_id, :delete_stream, :force_delete_aws_job) SENSITIVE = [] include Aws::Structure end |