C# Класс Amazon.CodePipeline.FailureType

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

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

Свойство Тип Описание
ConfigurationError FailureType
JobFailed FailureType
PermissionError FailureType
RevisionOutOfSync FailureType
RevisionUnavailable FailureType
SystemUnavailable FailureType

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

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

Finds the constant for the unique value.

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

FailureType() публичный метод

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

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

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

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

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

Constant ConfigurationError for FailureType
public static FailureType,Amazon.CodePipeline ConfigurationError
Результат FailureType

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

Constant JobFailed for FailureType
public static FailureType,Amazon.CodePipeline JobFailed
Результат FailureType

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

Constant PermissionError for FailureType
public static FailureType,Amazon.CodePipeline PermissionError
Результат FailureType

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

Constant RevisionOutOfSync for FailureType
public static FailureType,Amazon.CodePipeline RevisionOutOfSync
Результат FailureType

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

Constant RevisionUnavailable for FailureType
public static FailureType,Amazon.CodePipeline RevisionUnavailable
Результат FailureType

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

Constant SystemUnavailable for FailureType
public static FailureType,Amazon.CodePipeline SystemUnavailable
Результат FailureType