Values.LicenseOperationFailureSourceDescribes the failure of a license operation.
type nonrec t = {resourceArn : String_.t option;Amazon Resource Name (ARN) of the resource.
*)resourceType : ResourceType.t option;Resource type.
*)errorMessage : String_.t option;Error message.
*)failureTime : DateTime.t option;Failure time.
*)operationName : String_.t option;Name of the operation.
*)resourceOwnerId : String_.t option;ID of the Amazon Web Services account that owns the resource.
*)operationRequestedBy : String_.t option;The requester is "License Manager Automated Discovery".
*)metadataList : MetadataList.t option;Reserved.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ] list
| `String of String_.t
| `Timestamp of DateTime.t ])
list ]