AWS SDK Version 3 for .NET
API Reference

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 form for an Amplify app.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to CreateFormAsync.

Namespace: Amazon.AmplifyUIBuilder
Assembly: AWSSDK.AmplifyUIBuilder.dll
Version: 3.x.y.z

Syntax

C#
public abstract CreateFormResponse CreateForm(
         CreateFormRequest request
)

Parameters

request
Type: Amazon.AmplifyUIBuilder.Model.CreateFormRequest

Container for the necessary parameters to execute the CreateForm service method.

Return Value


The response from the CreateForm service method, as returned by AmplifyUIBuilder.

Exceptions

ExceptionCondition
InternalServerException An internal error has occurred. Please retry your request.
InvalidParameterException An invalid or out-of-range value was supplied for the input parameter.
ResourceConflictException The resource specified in the request conflicts with an existing resource.
ServiceQuotaExceededException You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also