C# 클래스 Amazon.Inspector.AssessmentRunNotificationSnsStatusCode

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

공개 프로퍼티들

프로퍼티 타입 설명
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