Table of Contents

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 string

Describes 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 string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

TagPolicyException(string, Exception)

Construct instance of TagPolicyException

public TagPolicyException(string message, Exception innerException)

Parameters

message string
innerException Exception

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 string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode