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
- messagestring
- Describes 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
- messagestring
- errorTypeErrorType
- errorCodestring
- requestIdstring
- statusCodeHttpStatusCode
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
- messagestring
- innerExceptionException
- errorTypeErrorType
- errorCodestring
- requestIdstring
- statusCodeHttpStatusCode