C# Class Amazon.Inspector.AssessmentRunNotificationSnsStatusCode

Constants used for properties of type AssessmentRunNotificationSnsStatusCode.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
ACCESS_DENIED AssessmentRunNotificationSnsStatusCode
INTERNAL_ERROR AssessmentRunNotificationSnsStatusCode
SUCCESS AssessmentRunNotificationSnsStatusCode
TOPIC_DOES_NOT_EXIST AssessmentRunNotificationSnsStatusCode

Méthodes publiques

Méthode Description
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.

Method Details

AssessmentRunNotificationSnsStatusCode() public méthode

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
Résultat System

FindValue() public static méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : AssessmentRunNotificationSnsStatusCode
value string The unique value for the constant
Résultat AssessmentRunNotificationSnsStatusCode

Property Details

ACCESS_DENIED public_oe static_oe property

Constant ACCESS_DENIED for AssessmentRunNotificationSnsStatusCode
public static AssessmentRunNotificationSnsStatusCode,Amazon.Inspector ACCESS_DENIED
Résultat AssessmentRunNotificationSnsStatusCode

INTERNAL_ERROR public_oe static_oe property

Constant INTERNAL_ERROR for AssessmentRunNotificationSnsStatusCode
public static AssessmentRunNotificationSnsStatusCode,Amazon.Inspector INTERNAL_ERROR
Résultat AssessmentRunNotificationSnsStatusCode

SUCCESS public_oe static_oe property

Constant SUCCESS for AssessmentRunNotificationSnsStatusCode
public static AssessmentRunNotificationSnsStatusCode,Amazon.Inspector SUCCESS
Résultat AssessmentRunNotificationSnsStatusCode

TOPIC_DOES_NOT_EXIST public_oe static_oe property

Constant TOPIC_DOES_NOT_EXIST for AssessmentRunNotificationSnsStatusCode
public static AssessmentRunNotificationSnsStatusCode,Amazon.Inspector TOPIC_DOES_NOT_EXIST
Résultat AssessmentRunNotificationSnsStatusCode