getServiceLinkedRoleDeletionStatus
inline suspend fun IamClient.getServiceLinkedRoleDeletionStatus(crossinline block: GetServiceLinkedRoleDeletionStatusRequest.Builder.() -> Unit): GetServiceLinkedRoleDeletionStatusResponse
Retrieves the status of your service-linked role deletion. After you use DeleteServiceLinkedRole to submit a service-linked role for deletion, you can use the DeletionTaskId
parameter in GetServiceLinkedRoleDeletionStatus
to check the status of the deletion. If the deletion fails, this operation returns the reason that it failed, if that information is returned by the service.