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.
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.
785 786 787 |
# File 'sig/types.rbs', line 785 def @error_message end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
786 787 788 |
# File 'sig/types.rbs', line 786 def @timestamp end |