Class: Aws::Types::ExperimentReportState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::ExperimentReportError

Returns the value of attribute error.



260
261
262
# File 'sig/types.rbs', line 260

def error
  @error
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


259
260
261
# File 'sig/types.rbs', line 259

def reason
  @reason
end

#status"pending", ...

Returns the value of attribute status.

Returns:

  • ("pending", "running", "completed", "cancelled", "failed")


258
259
260
# File 'sig/types.rbs', line 258

def status
  @status
end