class Aws::IoT::Types::AwsJobAbortConfig


@return [Array<Types::AwsJobAbortCriteria>]
The list of criteria that determine when and how to abort the job.
@!attribute [rw] abort_criteria_list
}
],
},
min_number_of_executed_things: 1, # required
threshold_percentage: 1.0, # required
action: “CANCEL”, # required, accepts CANCEL
failure_type: “FAILED”, # required, accepts FAILED, REJECTED, TIMED_OUT, ALL
{
abort_criteria_list: [ # required
{
data as a hash:
@note When making an API call, you may pass AwsJobAbortConfig
The criteria that determine when and how a job abort takes place.