CustomerProfiles / Client / get_segment_estimate
get_segment_estimate#
- CustomerProfiles.Client.get_segment_estimate(**kwargs)#
- Gets the result of a segment estimate query. - See also: AWS API Documentation - Request Syntax- response = client.get_segment_estimate( DomainName='string', EstimateId='string' ) - Parameters:
- DomainName (string) – - [REQUIRED] - The unique name of the domain. 
- EstimateId (string) – - [REQUIRED] - The query Id passed by a previous - CreateSegmentEstimateoperation.
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'DomainName': 'string', 'EstimateId': 'string', 'Status': 'RUNNING'|'SUCCEEDED'|'FAILED', 'Estimate': 'string', 'Message': 'string', 'StatusCode': 123 } - Response Structure- (dict) – - DomainName (string) – - The unique name of the domain. 
- EstimateId (string) – - The - QueryIdwhich is the same as the value passed in- QueryId.
- Status (string) – - The current status of the query. 
- Estimate (string) – - The estimated number of profiles contained in the segment. 
- Message (string) – - The error message if there is any error. 
- StatusCode (integer) – - The status code of the segment estimate. 
 
 
 - Exceptions- CustomerProfiles.Client.exceptions.BadRequestException
- CustomerProfiles.Client.exceptions.AccessDeniedException
- CustomerProfiles.Client.exceptions.ResourceNotFoundException
- CustomerProfiles.Client.exceptions.ThrottlingException
- CustomerProfiles.Client.exceptions.InternalServerException