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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
ResourceAlreadyExistsException(string, Exception)
Construct instance of ResourceAlreadyExistsException
public ResourceAlreadyExistsException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode