Values.CreateTenantResponseSourceInformation about a newly created tenant.
type nonrec t = {tenantName : TenantName.t option;The name of the tenant.
*)tenantId : TenantId.t option;A unique identifier for the tenant.
*)tenantArn : AmazonResourceName.t option;The Amazon Resource Name (ARN) of the tenant.
*)createdTimestamp : Timestamp.t option;The date and time when the tenant was created.
*)sendingStatus : SendingStatus.t option;The status of email sending capability for the tenant.
*)}type nonrec error = [ | `AlreadyExistsException of AlreadyExistsException.t| `BadRequestException of BadRequestException.t| `LimitExceededException of LimitExceededException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AlreadyExistsException of unit
| `BadRequestException of unit
| `LimitExceededException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AlreadyExistsException of unit
| `BadRequestException of unit
| `LimitExceededException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of TenantName.t
| `Timestamp of Timestamp.t ])
list ]