Class: Aws::IoTSiteWise::Types::CancelEnrichmentJobResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The unique identifier of the cancelled enrichment job.

Returns:

  • (String)


2713
2714
2715
2716
2717
2718
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2713

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

#statusString

The status of the enrichment job after cancellation. This will be CANCELLED, indicating the job was successfully cancelled or was already in CANCELLED state (idempotent behavior).

Returns:

  • (String)


2713
2714
2715
2716
2717
2718
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2713

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