Class: Aws::Types::ExperimentState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::ExperimentError

Returns the value of attribute error.



273
274
275
# File 'sig/types.rbs', line 273

def error
  @error
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def reason
  @reason
end

#status"pending", ...

Returns the value of attribute status.

Returns:

  • ("pending", "initiating", "running", "completed", "stopping", "stopped", "failed", "cancelled")


271
272
273
# File 'sig/types.rbs', line 271

def status
  @status
end