Class: Aws::Types::FailedItemDetails
- Inherits:
-
Object
- Object
- Aws::Types::FailedItemDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_code ⇒ "INVALID_ARN", ...
Returns the value of attribute failure_code.
-
#retryable ⇒ Boolean
Returns the value of attribute retryable.
Instance Attribute Details
#failure_code ⇒ "INVALID_ARN", ...
Returns the value of attribute failure_code.
357 358 359 |
# File 'sig/types.rbs', line 357 def failure_code @failure_code end |
#retryable ⇒ Boolean
Returns the value of attribute retryable.
358 359 360 |
# File 'sig/types.rbs', line 358 def retryable @retryable end |