C# Класс Amazon.EC2.CancelBatchErrorCode

Constants used for properties of type CancelBatchErrorCode.
Наследование: ConstantClass
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
FleetRequestIdDoesNotExist CancelBatchErrorCode
FleetRequestIdMalformed CancelBatchErrorCode
FleetRequestNotInCancellableState CancelBatchErrorCode
UnexpectedError CancelBatchErrorCode

Открытые методы

Метод Описание
CancelBatchErrorCode ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

FindValue ( string value ) : CancelBatchErrorCode

Finds the constant for the unique value.

Описание методов

CancelBatchErrorCode() публичный Метод

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public CancelBatchErrorCode ( string value ) : System
value string
Результат System

FindValue() публичный статический Метод

Finds the constant for the unique value.
public static FindValue ( string value ) : CancelBatchErrorCode
value string The unique value for the constant
Результат CancelBatchErrorCode

Описание свойств

FleetRequestIdDoesNotExist публичное статическое свойство

Constant FleetRequestIdDoesNotExist for CancelBatchErrorCode
public static CancelBatchErrorCode,Amazon.EC2 FleetRequestIdDoesNotExist
Результат CancelBatchErrorCode

FleetRequestIdMalformed публичное статическое свойство

Constant FleetRequestIdMalformed for CancelBatchErrorCode
public static CancelBatchErrorCode,Amazon.EC2 FleetRequestIdMalformed
Результат CancelBatchErrorCode

FleetRequestNotInCancellableState публичное статическое свойство

Constant FleetRequestNotInCancellableState for CancelBatchErrorCode
public static CancelBatchErrorCode,Amazon.EC2 FleetRequestNotInCancellableState
Результат CancelBatchErrorCode

UnexpectedError публичное статическое свойство

Constant UnexpectedError for CancelBatchErrorCode
public static CancelBatchErrorCode,Amazon.EC2 UnexpectedError
Результат CancelBatchErrorCode