AWSIoTRetryCriteria
Objective-C
@interface AWSIoTRetryCriteria
Swift
class AWSIoTRetryCriteria
The criteria that determines how many retries are allowed for each failure type for a job.
Required parameters: [failureType, numberOfRetries]
-
The type of job execution failures that can initiate a job retry.
Declaration
Objective-C
@property (nonatomic) AWSIoTRetryableFailureType failureType;Swift
var failureType: AWSIoTRetryableFailureType { get set } -
The number of retries allowed for a failure type for the job.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable numberOfRetries;Swift
var numberOfRetries: NSNumber? { get set }
View on GitHub
Install in Dash
AWSIoTRetryCriteria Class Reference