Table of Contents

Class StaleTagException

Namespace
Amazon.SimpleNotificationService.Model
Assembly
AWSSDK.SimpleNotificationService.dll

A tag has been added to a resource with the same ARN as a deleted resource. Wait a short while and then retry the operation.

public class StaleTagException : AmazonSimpleNotificationServiceException
Inheritance
StaleTagException

Constructors

StaleTagException(Exception)

Construct instance of StaleTagException

public StaleTagException(Exception innerException)

Parameters

innerException Exception

StaleTagException(string)

Constructs a new StaleTagException with the specified error message.

public StaleTagException(string message)

Parameters

message string

Describes the error encountered.

StaleTagException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of StaleTagException

public StaleTagException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

StaleTagException(string, Exception)

Construct instance of StaleTagException

public StaleTagException(string message, Exception innerException)

Parameters

message string
innerException Exception

StaleTagException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of StaleTagException

public StaleTagException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode