Class: Aws::IoTSiteWise::Types::CancelEnrichmentJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CancelEnrichmentJobResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The unique identifier of the cancelled enrichment job.
-
#status ⇒ String
The status of the enrichment job after cancellation.
Instance Attribute Details
#job_id ⇒ String
The unique identifier of the cancelled enrichment job.
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 |
#status ⇒ String
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).
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 |