C# Класс Amazon.Inspector.FailedItemErrorCode

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

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

Свойство Тип Описание
ACCESS_DENIED FailedItemErrorCode
DUPLICATE_ARN FailedItemErrorCode
INTERNAL_ERROR FailedItemErrorCode
INVALID_ARN FailedItemErrorCode
ITEM_DOES_NOT_EXIST FailedItemErrorCode
LIMIT_EXCEEDED FailedItemErrorCode

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

Метод Описание
FailedItemErrorCode ( 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 ) : FailedItemErrorCode

Finds the constant for the unique value.

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

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

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 FailedItemErrorCode ( string value ) : System
value string
Результат System

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

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

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

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

Constant ACCESS_DENIED for FailedItemErrorCode
public static FailedItemErrorCode,Amazon.Inspector ACCESS_DENIED
Результат FailedItemErrorCode

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

Constant DUPLICATE_ARN for FailedItemErrorCode
public static FailedItemErrorCode,Amazon.Inspector DUPLICATE_ARN
Результат FailedItemErrorCode

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

Constant INTERNAL_ERROR for FailedItemErrorCode
public static FailedItemErrorCode,Amazon.Inspector INTERNAL_ERROR
Результат FailedItemErrorCode

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

Constant INVALID_ARN for FailedItemErrorCode
public static FailedItemErrorCode,Amazon.Inspector INVALID_ARN
Результат FailedItemErrorCode

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

Constant ITEM_DOES_NOT_EXIST for FailedItemErrorCode
public static FailedItemErrorCode,Amazon.Inspector ITEM_DOES_NOT_EXIST
Результат FailedItemErrorCode

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

Constant LIMIT_EXCEEDED for FailedItemErrorCode
public static FailedItemErrorCode,Amazon.Inspector LIMIT_EXCEEDED
Результат FailedItemErrorCode