C# 클래스 Amazon.CertificateManager.FailureReason

Constants used for properties of type FailureReason.
상속: ConstantClass
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 프로퍼티들

프로퍼티 타입 설명
ADDITIONAL_VERIFICATION_REQUIRED FailureReason
DOMAIN_NOT_ALLOWED FailureReason
INVALID_PUBLIC_DOMAIN FailureReason
NO_AVAILABLE_CONTACTS FailureReason
OTHER FailureReason

공개 메소드들

메소드 설명
FailureReason ( 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 ) : FailureReason

Finds the constant for the unique value.

메소드 상세

FailureReason() 공개 메소드

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 FailureReason ( string value ) : System
value string
리턴 System

FindValue() 공개 정적인 메소드

Finds the constant for the unique value.
public static FindValue ( string value ) : FailureReason
value string The unique value for the constant
리턴 FailureReason

프로퍼티 상세

ADDITIONAL_VERIFICATION_REQUIRED 공개적으로 정적으로 프로퍼티

Constant ADDITIONAL_VERIFICATION_REQUIRED for FailureReason
public static FailureReason,Amazon.CertificateManager ADDITIONAL_VERIFICATION_REQUIRED
리턴 FailureReason

DOMAIN_NOT_ALLOWED 공개적으로 정적으로 프로퍼티

Constant DOMAIN_NOT_ALLOWED for FailureReason
public static FailureReason,Amazon.CertificateManager DOMAIN_NOT_ALLOWED
리턴 FailureReason

INVALID_PUBLIC_DOMAIN 공개적으로 정적으로 프로퍼티

Constant INVALID_PUBLIC_DOMAIN for FailureReason
public static FailureReason,Amazon.CertificateManager INVALID_PUBLIC_DOMAIN
리턴 FailureReason

NO_AVAILABLE_CONTACTS 공개적으로 정적으로 프로퍼티

Constant NO_AVAILABLE_CONTACTS for FailureReason
public static FailureReason,Amazon.CertificateManager NO_AVAILABLE_CONTACTS
리턴 FailureReason

OTHER 공개적으로 정적으로 프로퍼티

Constant OTHER for FailureReason
public static FailureReason,Amazon.CertificateManager OTHER
리턴 FailureReason