Table of Contents

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 string

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

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

ResourceExistsException(string, Exception)

Construct instance of ResourceExistsException

public ResourceExistsException(string message, Exception innerException)

Parameters

message string
innerException Exception

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 string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode