Class: Aws::Types::FailedItem
- Inherits:
-
Object
- Object
- Aws::Types::FailedItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reason ⇒ "NOT_VALID_ARN", ...
Returns the value of attribute reason.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#reason ⇒ "NOT_VALID_ARN", ...
Returns the value of attribute reason.
322 323 324 |
# File 'sig/types.rbs', line 322 def reason @reason end |
#uri ⇒ ::String
Returns the value of attribute uri.
321 322 323 |
# File 'sig/types.rbs', line 321 def uri @uri end |