Values.GetTemplateResponseSourceDisplays the template object (which includes the Subject line, HTML part and text part) for the template you specify. You can execute this operation no more than once per second.
type error = [ | `TemplateDoesNotExistException of TemplateDoesNotExistException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `TemplateDoesNotExistException of TemplateDoesNotExistException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `TemplateDoesNotExistException of TemplateDoesNotExistException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string * [> `String of TemplateName.t ]) list ])
list ])
list ]