CustomerProfiles / Client / disassociate_stream_for_segments
disassociate_stream_for_segments¶
- CustomerProfiles.Client.disassociate_stream_for_segments(**kwargs)¶
Disassociates the Amazon Kinesis data stream configured for segment membership events. All active segment subscriptions delivering events to this stream are eventually stopped.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_stream_for_segments( DomainName='string' )
- Parameters:
DomainName (string) –
[REQUIRED]
The unique name of the domain.
- Return type:
dict
- Returns:
Response Syntax
{ 'Message': 'string' }
Response Structure
(dict) –
Message (string) –
A confirmation message indicating the stream was disassociated successfully.
Exceptions
CustomerProfiles.Client.exceptions.ResourceNotFoundExceptionCustomerProfiles.Client.exceptions.InternalServerExceptionCustomerProfiles.Client.exceptions.BadRequestExceptionCustomerProfiles.Client.exceptions.ThrottlingExceptionCustomerProfiles.Client.exceptions.AccessDeniedException