MediaConnect / Client / delete_router_network_interface
delete_router_network_interface¶
- MediaConnect.Client.delete_router_network_interface(**kwargs)¶
Deletes a router network interface from AWS Elemental MediaConnect.
See also: AWS API Documentation
Request Syntax
response = client.delete_router_network_interface( Arn='string' )
- Parameters:
Arn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the router network interface that you want to delete.
- Return type:
dict
- Returns:
Response Syntax
{ 'Arn': 'string', 'Name': 'string', 'State': 'CREATING'|'ACTIVE'|'UPDATING'|'DELETING'|'ERROR'|'RECOVERING' }
Response Structure
(dict) –
Arn (string) –
The ARN of the deleted router network interface.
Name (string) –
The name of the deleted router network interface.
State (string) –
The current state of the deleted router network interface, indicating where it is in the deletion process.
Exceptions