AWS SDK Version 4 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.

This operation creates a data set.

Note:

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

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

Syntax

C#
public virtual CreateDataSetResponse CreateDataSet(
         CreateDataSetRequest request
)

Parameters

request
Type: Amazon.DataExchange.Model.CreateDataSetRequest

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

Return Value


The response from the CreateDataSet service method, as returned by DataExchange.

Exceptions

ExceptionCondition
AccessDeniedException Access to the resource is denied.
InternalServerException An exception occurred with the service.
ServiceLimitExceededException The request has exceeded the quotas imposed by the service.
ThrottlingException The limit on the number of requests per second was exceeded.
ValidationException The request was invalid.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also