Class: Aws::Types::SendTaskFailureInput
- Inherits:
-
Object
- Object
- Aws::Types::SendTaskFailureInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cause ⇒ ::String
Returns the value of attribute cause.
-
#error ⇒ ::String
Returns the value of attribute error.
-
#task_token ⇒ ::String
Returns the value of attribute task_token.
Instance Attribute Details
#cause ⇒ ::String
Returns the value of attribute cause.
842 843 844 |
# File 'sig/types.rbs', line 842 def cause @cause end |
#error ⇒ ::String
Returns the value of attribute error.
841 842 843 |
# File 'sig/types.rbs', line 841 def error @error end |
#task_token ⇒ ::String
Returns the value of attribute task_token.
840 841 842 |
# File 'sig/types.rbs', line 840 def task_token @task_token end |