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.

The type of event associated with the data set.

Note:

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

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

Syntax

C#
public abstract SendDataSetNotificationResponse SendDataSetNotification(
         SendDataSetNotificationRequest request
)

Parameters

request
Type: Amazon.DataExchange.Model.SendDataSetNotificationRequest

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

Return Value


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

Exceptions

ExceptionCondition
AccessDeniedException Access to the resource is denied.
ConflictException The request couldn't be completed because it conflicted with the current state of the resource.
InternalServerException An exception occurred with the service.
ResourceNotFoundException The resource couldn't be found.
ThrottlingException The limit on the number of requests per second was exceeded.
ValidationException The request was invalid.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also