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")


866
867
868
# File 'sig/types.rbs', line 866

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


867
868
869
# File 'sig/types.rbs', line 867

def error_message
  @error_message
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


868
869
870
# File 'sig/types.rbs', line 868

def timestamp
  @timestamp
end