Class ResourceExistsException
- Namespace
- Amazon.SecretsManager.Model
- Assembly
- AWSSDK.SecretsManager.dll
A resource with the ID you requested already exists.
public class ResourceExistsException : AmazonSecretsManagerException
- Inheritance
-
ResourceExistsException
Constructors
ResourceExistsException(Exception)
Construct instance of ResourceExistsException
public ResourceExistsException(Exception innerException)
Parameters
innerException
Exception
ResourceExistsException(string)
Constructs a new ResourceExistsException with the specified error message.
public ResourceExistsException(string message)
Parameters
message
stringDescribes the error encountered.
ResourceExistsException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of ResourceExistsException
public ResourceExistsException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
ResourceExistsException(string, Exception)
Construct instance of ResourceExistsException
public ResourceExistsException(string message, Exception innerException)
Parameters
ResourceExistsException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of ResourceExistsException
public ResourceExistsException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode