Class: Aws::Types::ScheduleLambdaFunctionFailedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ScheduleLambdaFunctionFailedEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cause ⇒ "ID_ALREADY_IN_USE", ...
Returns the value of attribute cause.
-
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#cause ⇒ "ID_ALREADY_IN_USE", ...
Returns the value of attribute cause.
834 835 836 |
# File 'sig/types.rbs', line 834 def cause @cause end |
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
835 836 837 |
# File 'sig/types.rbs', line 835 def decision_task_completed_event_id @decision_task_completed_event_id end |
#id ⇒ ::String
Returns the value of attribute id.
832 833 834 |
# File 'sig/types.rbs', line 832 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
833 834 835 |
# File 'sig/types.rbs', line 833 def name @name end |