Class ResourceNotFoundException
- Namespace
- Amazon.SecretsManager.Model
- Assembly
- AWSSDK.SecretsManager.dll
We can't find the resource that you asked for.
public class ResourceNotFoundException : AmazonSecretsManagerException
- Inheritance
-
ResourceNotFoundException
Constructors
ResourceNotFoundException(Exception)
Construct instance of ResourceNotFoundException
public ResourceNotFoundException(Exception innerException)
Parameters
innerException
Exception
ResourceNotFoundException(string)
Constructs a new ResourceNotFoundException with the specified error message.
public ResourceNotFoundException(string message)
Parameters
message
stringDescribes the error encountered.
ResourceNotFoundException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of ResourceNotFoundException
public ResourceNotFoundException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
ResourceNotFoundException(string, Exception)
Construct instance of ResourceNotFoundException
public ResourceNotFoundException(string message, Exception innerException)
Parameters
ResourceNotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of ResourceNotFoundException
public ResourceNotFoundException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode