C# Class Amazon.Inspector.AssessmentRunNotificationSnsStatusCode

Constants used for properties of type AssessmentRunNotificationSnsStatusCode.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
ACCESS_DENIED AssessmentRunNotificationSnsStatusCode
INTERNAL_ERROR AssessmentRunNotificationSnsStatusCode
SUCCESS AssessmentRunNotificationSnsStatusCode
TOPIC_DOES_NOT_EXIST AssessmentRunNotificationSnsStatusCode

Public Methods

Method 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 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 AssessmentRunNotificationSnsStatusCode ( string value ) : System
value string
return System

FindValue() public static method

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

Property Details

ACCESS_DENIED public static property

Constant ACCESS_DENIED for AssessmentRunNotificationSnsStatusCode
public static AssessmentRunNotificationSnsStatusCode,Amazon.Inspector ACCESS_DENIED
return AssessmentRunNotificationSnsStatusCode

INTERNAL_ERROR public static property

Constant INTERNAL_ERROR for AssessmentRunNotificationSnsStatusCode
public static AssessmentRunNotificationSnsStatusCode,Amazon.Inspector INTERNAL_ERROR
return AssessmentRunNotificationSnsStatusCode

SUCCESS public static property

Constant SUCCESS for AssessmentRunNotificationSnsStatusCode
public static AssessmentRunNotificationSnsStatusCode,Amazon.Inspector SUCCESS
return AssessmentRunNotificationSnsStatusCode

TOPIC_DOES_NOT_EXIST public static property

Constant TOPIC_DOES_NOT_EXIST for AssessmentRunNotificationSnsStatusCode
public static AssessmentRunNotificationSnsStatusCode,Amazon.Inspector TOPIC_DOES_NOT_EXIST
return AssessmentRunNotificationSnsStatusCode