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
innerExceptionException
ResourceExistsException(string)
Constructs a new ResourceExistsException with the specified error message.
public ResourceExistsException(string message)
Parameters
messagestringDescribes 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
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
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
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode