Class: Aws::Types::FlowFailureEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"VALIDATION", ...

Returns the value of attribute error_code.

Returns:

  • ("VALIDATION", "INTERNAL_SERVER", "NODE_EXECUTION_FAILED")


784
785
786
# File 'sig/types.rbs', line 784

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


785
786
787
# File 'sig/types.rbs', line 785

def error_message
  @error_message
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


786
787
788
# File 'sig/types.rbs', line 786

def timestamp
  @timestamp
end