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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
StaleTagException(string, Exception)
Construct instance of StaleTagException
public StaleTagException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode