aws-sns-0.1: Bindings for AWS SNS Version 2013-03-31

Stabilityexperimental
MaintainerLars Kuhtz <lars@alephcloud.com>
Safe HaskellNone

Aws.Sns.Commands.Unsubscribe

Description

API Version: 2013-03-31

Deletes a subscription. If the subscription requires authentication for deletion, only the owner of the subscription or the topic's owner can unsubscribe, and an AWS signature is required. If the Unsubscribe call does not require authentication and the requester is not the subscription owner, a final cancellation message is delivered to the endpoint, so that the endpoint owner can easily resubscribe to the topic if the Unsubscribe request was unintended.

http://docs.aws.amazon.com/sns/2010-03-31/APIReference/API_Unsubscribe.html

Documentation

data UnsubscribeErrors Source

Constructors

UnsubscribeAuthorizationError

Indicates that the user has been denied access to the requested resource.

Code 403

UnsubscribeInternalError

Indicates an internal service error.

Code 500

UnsubscribeInvalidParameter

Indicates that a request parameter does not comply with the associated constraints.

Code 400

UnsubscribeNotFound

Indicates that the requested resource does not exist.

Code 403