Class: Aws::FraudDetector::Types::CancelBatchImportJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The ID of an in-progress batch import job to cancel.

Amazon Fraud Detector will throw an error if the batch import job is in FAILED, CANCELED, or COMPLETED state.

Returns:

  • (String)


514
515
516
517
518
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 514

class CancelBatchImportJobRequest < Struct.new(
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end