AWSIoTCancelAuditTaskRequest

Objective-C

@interface AWSIoTCancelAuditTaskRequest

Swift

class AWSIoTCancelAuditTaskRequest
  • The ID of the audit you want to cancel. You can only cancel an audit that is “IN_PROGRESS”.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable taskId;

    Swift

    var taskId: String? { get set }