Class: Aws::Types::LineageInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


3739
3740
3741
# File 'sig/types.rbs', line 3739

def error_message
  @error_message
end

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


3737
3738
3739
# File 'sig/types.rbs', line 3737

def event_id
  @event_id
end

#event_status"REQUESTED", ...

Returns the value of attribute event_status.

Returns:

  • ("REQUESTED", "PROCESSING", "SUCCESS", "FAILED")


3738
3739
3740
# File 'sig/types.rbs', line 3738

def event_status
  @event_status
end