Values.GetResourceSetResponseSourceGets information about a specific resource set.
type nonrec t = {resourceSet : ResourceSet.t option;Information about the specified resource set.
*)resourceSetArn : ResourceArn.t option;The Amazon Resource Name (ARN) of the resource set.
*)}type nonrec error = [ | `InternalErrorException of InternalErrorException.t| `InvalidInputException of InvalidInputException.t| `InvalidOperationException of InvalidOperationException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalErrorException of InternalErrorException.t
| `InvalidInputException of InvalidInputException.t
| `InvalidOperationException of InvalidOperationException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalErrorException of InternalErrorException.t
| `InvalidInputException of InvalidInputException.t
| `InvalidOperationException of InvalidOperationException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceArn.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of ResourceType.t ] list
| `String of Base62Id.t
| `Timestamp of TimeStamp.t ])
list ])
list ]