Class OperationDisabledException
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
The operation you are attempting is not available in this region.
public class OperationDisabledException : AmazonEventBridgeException
- Inheritance
-
OperationDisabledException
Constructors
OperationDisabledException(Exception)
Construct instance of OperationDisabledException
public OperationDisabledException(Exception innerException)
Parameters
innerException
Exception
OperationDisabledException(string)
Constructs a new OperationDisabledException with the specified error message.
public OperationDisabledException(string message)
Parameters
message
stringDescribes the error encountered.
OperationDisabledException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of OperationDisabledException
public OperationDisabledException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
OperationDisabledException(string, Exception)
Construct instance of OperationDisabledException
public OperationDisabledException(string message, Exception innerException)
Parameters
OperationDisabledException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of OperationDisabledException
public OperationDisabledException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode