Class: Aws::Types::GetServiceLinkedRoleDeletionStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetServiceLinkedRoleDeletionStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reason ⇒ Types::DeletionTaskFailureReasonType
Returns the value of attribute reason.
-
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
Instance Attribute Details
#reason ⇒ Types::DeletionTaskFailureReasonType
Returns the value of attribute reason.
977 978 979 |
# File 'sig/types.rbs', line 977 def reason @reason end |
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
976 977 978 |
# File 'sig/types.rbs', line 976 def status @status end |