Table of Contents

Class ResourceAlreadyExistsException

Namespace
Amazon.EventBridge.Model
Assembly
AWSSDK.EventBridge.dll

The resource you are trying to create already exists.

public class ResourceAlreadyExistsException : AmazonEventBridgeException
Inheritance
ResourceAlreadyExistsException

Constructors

ResourceAlreadyExistsException(Exception)

Construct instance of ResourceAlreadyExistsException

public ResourceAlreadyExistsException(Exception innerException)

Parameters

innerException Exception

ResourceAlreadyExistsException(string)

Constructs a new ResourceAlreadyExistsException with the specified error message.

public ResourceAlreadyExistsException(string message)

Parameters

message string

Describes the error encountered.

ResourceAlreadyExistsException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of ResourceAlreadyExistsException

public ResourceAlreadyExistsException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

ResourceAlreadyExistsException(string, Exception)

Construct instance of ResourceAlreadyExistsException

public ResourceAlreadyExistsException(string message, Exception innerException)

Parameters

message string
innerException Exception

ResourceAlreadyExistsException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of ResourceAlreadyExistsException

public ResourceAlreadyExistsException(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