Class InvalidParameterException
- Namespace
- Amazon.SecretsManager.Model
- Assembly
- AWSSDK.SecretsManager.dll
You provided an invalid value for a parameter.
public class InvalidParameterException : AmazonSecretsManagerException- Inheritance
- 
      
      
      InvalidParameterException
Constructors
InvalidParameterException(Exception)
Construct instance of InvalidParameterException
public InvalidParameterException(Exception innerException)Parameters
- innerExceptionException
InvalidParameterException(string)
Constructs a new InvalidParameterException with the specified error message.
public InvalidParameterException(string message)Parameters
- messagestring
- Describes the error encountered. 
InvalidParameterException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of InvalidParameterException
public InvalidParameterException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)Parameters
- messagestring
- errorTypeErrorType
- errorCodestring
- requestIdstring
- statusCodeHttpStatusCode
InvalidParameterException(string, Exception)
Construct instance of InvalidParameterException
public InvalidParameterException(string message, Exception innerException)Parameters
InvalidParameterException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of InvalidParameterException
public InvalidParameterException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)Parameters
- messagestring
- innerExceptionException
- errorTypeErrorType
- errorCodestring
- requestIdstring
- statusCodeHttpStatusCode