AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Creates a new router network interface in AWS Elemental MediaConnect.
For .NET Core this operation is only available in asynchronous form. Please refer to CreateRouterNetworkInterfaceAsync.
Namespace: Amazon.MediaConnect
Assembly: AWSSDK.MediaConnect.dll
Version: 3.x.y.z
public abstract CreateRouterNetworkInterfaceResponse CreateRouterNetworkInterface( CreateRouterNetworkInterfaceRequest request )
Container for the necessary parameters to execute the CreateRouterNetworkInterface service method.
| Exception | Condition |
|---|---|
| BadRequestException | This exception is thrown if the request contains a semantic error. The precise meaning depends on the API, and is documented in the error message. |
| ConflictException | The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. |
| ForbiddenException | You do not have sufficient access to perform this action. |
| InternalServerErrorException | The server encountered an internal error and is unable to complete the request. |
| RouterNetworkInterfaceServiceQuotaExceededException | The request to create a new router network interface would exceed the service quotas (limits) set for the account. |
| ServiceUnavailableException | The service is currently unavailable or busy. |
| TooManyRequestsException | The request was denied due to request throttling. |
.NET Framework:
Supported in: 4.7.2 and newer