Values.GetServiceLinkedRoleDeletionStatusResponseSourceRetrieves 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.
type getServiceLinkedRoleDeletionStatusResult = {status : DeletionTaskStatusType.t option;The status of the deletion.
*)reason : DeletionTaskFailureReasonType.t option;An object that contains details about the reason the deletion failed.
*)}and t = {getServiceLinkedRoleDeletionStatusResult : getServiceLinkedRoleDeletionStatusResult;responseMetaData : responseMetaData;}type error = [ | `InvalidInputException of InvalidInputException.t| `NoSuchEntityException of NoSuchEntityException.t| `ServiceFailureException of ServiceFailureException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidInputException of InvalidInputException.t
| `NoSuchEntityException of NoSuchEntityException.t
| `ServiceFailureException of ServiceFailureException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidInputException of InvalidInputException.t
| `NoSuchEntityException of NoSuchEntityException.t
| `ServiceFailureException of ServiceFailureException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of ArnType.t ] list
| `String of RegionNameType.t ])
list ]
list
| `String of ReasonType.t ])
list ])
list ])
list ]