Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.RemovePermission C# (CSharp) Method

RemovePermission() public method

Removes a statement from a topic's access control policy.
/// Indicates that the user has been denied access to the requested resource. /// /// Indicates an internal service error. /// /// Indicates that a request parameter does not comply with the associated constraints. /// /// Indicates that the requested resource does not exist. ///
public RemovePermission ( RemovePermissionRequest request ) : RemovePermissionResponse
request RemovePermissionRequest Container for the necessary parameters to execute the RemovePermission service method.
return RemovePermissionResponse
        public RemovePermissionResponse RemovePermission(RemovePermissionRequest request)
        {
            var marshaller = new RemovePermissionRequestMarshaller();
            var unmarshaller = RemovePermissionResponseUnmarshaller.Instance;

            return Invoke<RemovePermissionRequest,RemovePermissionResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonSimpleNotificationServiceClient::RemovePermission ( string topicArn, string label ) : RemovePermissionResponse
AmazonSimpleNotificationServiceClient