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.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def reason @reason end |
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def status @status end |