Values.CreateTemplateResponseSourceCreates 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 = [ | `AlreadyExistsException of AlreadyExistsException.t| `InvalidTemplateException of InvalidTemplateException.t| `LimitExceededException of LimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AlreadyExistsException of AlreadyExistsException.t
| `InvalidTemplateException of InvalidTemplateException.t
| `LimitExceededException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AlreadyExistsException of AlreadyExistsException.t
| `InvalidTemplateException of InvalidTemplateException.t
| `LimitExceededException of unit
| `Unknown_operation_error of string * string option ]