Class TagPolicyException
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
The request doesn't comply with the IAM tag policy. Correct your request and then retry it.
public class TagPolicyException : AmazonSimpleNotificationServiceException
- Inheritance
-
TagPolicyException
Constructors
TagPolicyException(Exception)
Construct instance of TagPolicyException
public TagPolicyException(Exception innerException)
Parameters
innerExceptionException
TagPolicyException(string)
Constructs a new TagPolicyException with the specified error message.
public TagPolicyException(string message)
Parameters
messagestringDescribes the error encountered.
TagPolicyException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of TagPolicyException
public TagPolicyException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
TagPolicyException(string, Exception)
Construct instance of TagPolicyException
public TagPolicyException(string message, Exception innerException)
Parameters
TagPolicyException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of TagPolicyException
public TagPolicyException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode