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
- innerExceptionException
MalformedPolicyDocumentException(string)
Constructs a new MalformedPolicyDocumentException with the specified error message.
public MalformedPolicyDocumentException(string message)Parameters
- messagestring
- 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
- messagestring
- errorTypeErrorType
- errorCodestring
- requestIdstring
- statusCodeHttpStatusCode
MalformedPolicyDocumentException(string, Exception)
Construct instance of MalformedPolicyDocumentException
public MalformedPolicyDocumentException(string message, Exception innerException)Parameters
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
- messagestring
- innerExceptionException
- errorTypeErrorType
- errorCodestring
- requestIdstring
- statusCodeHttpStatusCode