Module: Aws::IAM::Client::_GetServiceLinkedRoleDeletionStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetServiceLinkedRoleDeletionStatusResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#reason ⇒ Types::DeletionTaskFailureReasonType
972 |
# File 'sig/client.rbs', line 972
def reason: () -> Types::DeletionTaskFailureReasonType
|
#status ⇒ "SUCCEEDED", ...
971 |
# File 'sig/client.rbs', line 971
def status: () -> ("SUCCEEDED" | "IN_PROGRESS" | "FAILED" | "NOT_STARTED")
|