Table of Contents

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 string

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

OperationDisabledException(string, Exception)

Construct instance of OperationDisabledException

public OperationDisabledException(string message, Exception innerException)

Parameters

message string
innerException Exception

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