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