class Aws::IoT::Types::AbortCriteria
@return [Integer]
notifications before the job can be aborted.
The minimum number of things which must receive job execution
@!attribute [rw] min_number_of_executed_things
@return [Float]
decimal (for example, 10.9 and 10.99, but not 10.999).
Amazon Web Services IoT Core supports up to two digits after the
initiate the job abort.
The minimum percentage of job execution failures that must occur to
@!attribute [rw] threshold_percentage
@return [String]
The type of job action to take to initiate the job abort.
@!attribute [rw] action
@return [String]
The type of job execution failures that can initiate a job abort.
@!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
The criteria that determine when and how a job abort takes place.