You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::AbortConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AbortConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  criteria_list: [ # required
    {
      failure_type: "FAILED", # required, accepts FAILED, REJECTED, TIMED_OUT, ALL
      action: "CANCEL", # required, accepts CANCEL
      threshold_percentage: 1.0, # required
      min_number_of_executed_things: 1, # required
    },
  ],
}

The criteria that determine when and how a job abort takes place.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#criteria_listArray<Types::AbortCriteria>

The list of criteria that determine when and how to abort the job.

Returns:

  • (Array<Types::AbortCriteria>)

    The list of criteria that determine when and how to abort the job.