Values.UpdateTemplateResponseSourceUpdates an email template. Email templates enable you to send personalized email to one or more destinations in a single operation. For more information, see the Amazon SES Developer Guide. You can execute this operation no more than once per second.
type error = [ | `InvalidTemplateException of InvalidTemplateException.t| `TemplateDoesNotExistException of TemplateDoesNotExistException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidTemplateException of InvalidTemplateException.t
| `TemplateDoesNotExistException of TemplateDoesNotExistException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidTemplateException of InvalidTemplateException.t
| `TemplateDoesNotExistException of TemplateDoesNotExistException.t
| `Unknown_operation_error of string * string option ]