MediaConnect.Client.
remove_flow_vpc_interface
(**kwargs)¶Removes a VPC Interface from an existing flow. This request can be made only on a VPC interface that does not have a Source or Output associated with it. If the VPC interface is referenced by a Source or Output, you must first delete or update the Source or Output to no longer reference the VPC interface.
See also: AWS API Documentation
Request Syntax
response = client.remove_flow_vpc_interface(
FlowArn='string',
VpcInterfaceName='string'
)
dict
Response Syntax
{
'FlowArn': 'string',
'NonDeletedNetworkInterfaceIds': [
'string',
],
'VpcInterfaceName': 'string'
}
Response Structure
Exceptions
MediaConnect.Client.exceptions.BadRequestException
MediaConnect.Client.exceptions.InternalServerErrorException
MediaConnect.Client.exceptions.ForbiddenException
MediaConnect.Client.exceptions.NotFoundException
MediaConnect.Client.exceptions.ServiceUnavailableException
MediaConnect.Client.exceptions.TooManyRequestsException