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
innerException
Exception
TagPolicyException(string)
Constructs a new TagPolicyException with the specified error message.
public TagPolicyException(string message)
Parameters
message
stringDescribes 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
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
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
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode