Error when adding permissions to an Amazon SNS topic when using the .NET libraries
When attempting to add permissions to an Amazon SNS topic using the AWS SDK for .NET/1.1.0.1 using code similar to the following: AddPermissionRequest request = new AddPermissionRequest() .WithActionNames(new[] { "Publish" }) .WithAWSAccountIds(new[] { "xxx" }) .WithLabel("PrincipleAllowControl") .WithTopicArn(resourceNa...