Class: Aws::Types::EvaluationFailedEventDetails
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFailedEventDetails
- 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.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#cause ⇒ ::String
Returns the value of attribute cause.
315 316 317 |
# File 'sig/types.rbs', line 315 def cause @cause end |
#error ⇒ ::String
Returns the value of attribute error.
314 315 316 |
# File 'sig/types.rbs', line 314 def error @error end |
#location ⇒ ::String
Returns the value of attribute location.
316 317 318 |
# File 'sig/types.rbs', line 316 def location @location end |
#state ⇒ ::String
Returns the value of attribute state.
317 318 319 |
# File 'sig/types.rbs', line 317 def state @state end |