Amazon.Budgets.AmazonBudgetsClient.DescribeSubscribersForNotification C# (CSharp) Method

DescribeSubscribersForNotification() public method

Get subscribers of a notification
/// This exception is thrown if the paging token is expired - past its TTL /// /// This exception is thrown on an unknown internal failure. /// /// This exception is thrown if paging token signature didn't match the token, or the /// paging token isn't for this request /// /// This exception is thrown if any request is given an invalid parameter. E.g., if a /// required Date field is null. /// /// This exception is thrown if a requested entity is not found. E.g., if a budget id /// doesn't exist for an account ID. ///
public DescribeSubscribersForNotification ( DescribeSubscribersForNotificationRequest request ) : DescribeSubscribersForNotificationResponse
request Amazon.Budgets.Model.DescribeSubscribersForNotificationRequest Container for the necessary parameters to execute the DescribeSubscribersForNotification service method.
return Amazon.Budgets.Model.DescribeSubscribersForNotificationResponse
        public DescribeSubscribersForNotificationResponse DescribeSubscribersForNotification(DescribeSubscribersForNotificationRequest request)
        {
            var marshaller = new DescribeSubscribersForNotificationRequestMarshaller();
            var unmarshaller = DescribeSubscribersForNotificationResponseUnmarshaller.Instance;

            return Invoke<DescribeSubscribersForNotificationRequest,DescribeSubscribersForNotificationResponse>(request, marshaller, unmarshaller);
        }