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
innerExceptionException
StaleTagException(string)
Constructs a new StaleTagException with the specified error message.
public StaleTagException(string message)
Parameters
messagestringDescribes 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
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
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
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode