AppFabric / Client / stop_ingestion
stop_ingestion#
- AppFabric.Client.stop_ingestion(**kwargs)#
- Stops (disables) an ingestion. - See also: AWS API Documentation - Request Syntax- response = client.stop_ingestion( ingestionIdentifier='string', appBundleIdentifier='string' ) - Parameters:
- ingestionIdentifier (string) – - [REQUIRED] - The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request. 
- appBundleIdentifier (string) – - [REQUIRED] - The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- AppFabric.Client.exceptions.InternalServerException
- AppFabric.Client.exceptions.ThrottlingException
- AppFabric.Client.exceptions.ConflictException
- AppFabric.Client.exceptions.ValidationException
- AppFabric.Client.exceptions.ResourceNotFoundException
- AppFabric.Client.exceptions.AccessDeniedException