Class: Aws::Types::FlowFailureEvent
- Inherits:
-
Object
- Object
- Aws::Types::FlowFailureEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "VALIDATION", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#error_code ⇒ "VALIDATION", ...
Returns the value of attribute error_code.
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.
867 868 869 |
# File 'sig/types.rbs', line 867 def @error_message end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
868 869 870 |
# File 'sig/types.rbs', line 868 def @timestamp end |