Class: Aws::Types::CancelEnrichmentJobResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


640
641
642
# File 'sig/types.rbs', line 640

def job_id
  @job_id
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "RUNNING", "COMPLETED", "FAILED", "TIMED_OUT", "CANCELLED")


641
642
643
# File 'sig/types.rbs', line 641

def status
  @status
end