Table of Contents

Class MalformedPolicyDocumentException

Namespace
Amazon.SecretsManager.Model
Assembly
AWSSDK.SecretsManager.dll

The policy document that you provided isn't valid.

public class MalformedPolicyDocumentException : AmazonSecretsManagerException
Inheritance
MalformedPolicyDocumentException

Constructors

MalformedPolicyDocumentException(Exception)

Construct instance of MalformedPolicyDocumentException

public MalformedPolicyDocumentException(Exception innerException)

Parameters

innerException Exception

MalformedPolicyDocumentException(string)

Constructs a new MalformedPolicyDocumentException with the specified error message.

public MalformedPolicyDocumentException(string message)

Parameters

message string

Describes the error encountered.

MalformedPolicyDocumentException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of MalformedPolicyDocumentException

public MalformedPolicyDocumentException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

MalformedPolicyDocumentException(string, Exception)

Construct instance of MalformedPolicyDocumentException

public MalformedPolicyDocumentException(string message, Exception innerException)

Parameters

message string
innerException Exception

MalformedPolicyDocumentException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of MalformedPolicyDocumentException

public MalformedPolicyDocumentException(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