Values.GetSegmentEstimateResponseSourceGets the result of a segment estimate query.
type nonrec t = {domainName : Name.t option;The unique name of the domain.
*)estimateId : String1To255.t option;The QueryId which is the same as the value passed in QueryId.
*)status : EstimateStatus.t option;The current status of the query.
*)estimate : String1To255.t option;The estimated number of profiles contained in the segment.
*)message : String1To255.t option;The error message if there is any error.
*)statusCode : StatusCode.t option;The status code of the segment estimate.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `BadRequestException of BadRequestException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `Integer of StatusCode.t | `String of Name.t ])
list ]