C# Class Amazon.CertificateManager.FailureReason

Constants used for properties of type FailureReason.
Inheritance: ConstantClass
ファイルを表示 Open project: aws/aws-sdk-net

Public Properties

Property Type Description
ADDITIONAL_VERIFICATION_REQUIRED FailureReason
DOMAIN_NOT_ALLOWED FailureReason
INVALID_PUBLIC_DOMAIN FailureReason
NO_AVAILABLE_CONTACTS FailureReason
OTHER FailureReason

Public Methods

Method Description
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.

Method Details

FailureReason() public method

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
return System

FindValue() public static method

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

Property Details

ADDITIONAL_VERIFICATION_REQUIRED public_oe static_oe property

Constant ADDITIONAL_VERIFICATION_REQUIRED for FailureReason
public static FailureReason,Amazon.CertificateManager ADDITIONAL_VERIFICATION_REQUIRED
return FailureReason

DOMAIN_NOT_ALLOWED public_oe static_oe property

Constant DOMAIN_NOT_ALLOWED for FailureReason
public static FailureReason,Amazon.CertificateManager DOMAIN_NOT_ALLOWED
return FailureReason

INVALID_PUBLIC_DOMAIN public_oe static_oe property

Constant INVALID_PUBLIC_DOMAIN for FailureReason
public static FailureReason,Amazon.CertificateManager INVALID_PUBLIC_DOMAIN
return FailureReason

NO_AVAILABLE_CONTACTS public_oe static_oe property

Constant NO_AVAILABLE_CONTACTS for FailureReason
public static FailureReason,Amazon.CertificateManager NO_AVAILABLE_CONTACTS
return FailureReason

OTHER public_oe static_oe property

Constant OTHER for FailureReason
public static FailureReason,Amazon.CertificateManager OTHER
return FailureReason