class Aws::IoT::Types::AbortCriteria


@return [Integer]
Minimum number of executed things before evaluating an abort rule.
@!attribute [rw] min_number_of_executed_things
@return [Float]
10.9 and 10.99, but not 10.999).
AWS IoT supports up to two digits after the decimal (for example,
that will initiate a job abort.
The threshold as a percentage of the total number of executed things
@!attribute [rw] threshold_percentage
@return [String]
The type of abort action to initiate a job abort.
@!attribute [rw] action
@return [String]
abort.
The type of job execution failure to define a rule to initiate a job
@!attribute [rw] failure_type
}
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
{
data as a hash:
@note When making an API call, you may pass AbortCriteria
Details of abort criteria to define rules to abort the job.