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

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

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

Свойство Тип Описание
ACCESS_DENIED AssessmentRunNotificationSnsStatusCode
INTERNAL_ERROR AssessmentRunNotificationSnsStatusCode
SUCCESS AssessmentRunNotificationSnsStatusCode
TOPIC_DOES_NOT_EXIST AssessmentRunNotificationSnsStatusCode

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

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

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

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

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

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

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

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