C# Class Amazon.Inspector.AccessDeniedErrorCode

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

Public Properties

Property Type Description
ACCESS_DENIED_TO_ASSESSMENT_RUN AccessDeniedErrorCode
ACCESS_DENIED_TO_ASSESSMENT_TARGET AccessDeniedErrorCode
ACCESS_DENIED_TO_ASSESSMENT_TEMPLATE AccessDeniedErrorCode
ACCESS_DENIED_TO_FINDING AccessDeniedErrorCode
ACCESS_DENIED_TO_IAM_ROLE AccessDeniedErrorCode
ACCESS_DENIED_TO_RESOURCE_GROUP AccessDeniedErrorCode
ACCESS_DENIED_TO_RULES_PACKAGE AccessDeniedErrorCode
ACCESS_DENIED_TO_SNS_TOPIC AccessDeniedErrorCode

Public Methods

Method Description
AccessDeniedErrorCode ( 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 ) : AccessDeniedErrorCode

Finds the constant for the unique value.

Method Details

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

FindValue() public static method

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

Property Details

ACCESS_DENIED_TO_ASSESSMENT_RUN public static property

Constant ACCESS_DENIED_TO_ASSESSMENT_RUN for AccessDeniedErrorCode
public static AccessDeniedErrorCode,Amazon.Inspector ACCESS_DENIED_TO_ASSESSMENT_RUN
return AccessDeniedErrorCode

ACCESS_DENIED_TO_ASSESSMENT_TARGET public static property

Constant ACCESS_DENIED_TO_ASSESSMENT_TARGET for AccessDeniedErrorCode
public static AccessDeniedErrorCode,Amazon.Inspector ACCESS_DENIED_TO_ASSESSMENT_TARGET
return AccessDeniedErrorCode

ACCESS_DENIED_TO_ASSESSMENT_TEMPLATE public static property

Constant ACCESS_DENIED_TO_ASSESSMENT_TEMPLATE for AccessDeniedErrorCode
public static AccessDeniedErrorCode,Amazon.Inspector ACCESS_DENIED_TO_ASSESSMENT_TEMPLATE
return AccessDeniedErrorCode

ACCESS_DENIED_TO_FINDING public static property

Constant ACCESS_DENIED_TO_FINDING for AccessDeniedErrorCode
public static AccessDeniedErrorCode,Amazon.Inspector ACCESS_DENIED_TO_FINDING
return AccessDeniedErrorCode

ACCESS_DENIED_TO_IAM_ROLE public static property

Constant ACCESS_DENIED_TO_IAM_ROLE for AccessDeniedErrorCode
public static AccessDeniedErrorCode,Amazon.Inspector ACCESS_DENIED_TO_IAM_ROLE
return AccessDeniedErrorCode

ACCESS_DENIED_TO_RESOURCE_GROUP public static property

Constant ACCESS_DENIED_TO_RESOURCE_GROUP for AccessDeniedErrorCode
public static AccessDeniedErrorCode,Amazon.Inspector ACCESS_DENIED_TO_RESOURCE_GROUP
return AccessDeniedErrorCode

ACCESS_DENIED_TO_RULES_PACKAGE public static property

Constant ACCESS_DENIED_TO_RULES_PACKAGE for AccessDeniedErrorCode
public static AccessDeniedErrorCode,Amazon.Inspector ACCESS_DENIED_TO_RULES_PACKAGE
return AccessDeniedErrorCode

ACCESS_DENIED_TO_SNS_TOPIC public static property

Constant ACCESS_DENIED_TO_SNS_TOPIC for AccessDeniedErrorCode
public static AccessDeniedErrorCode,Amazon.Inspector ACCESS_DENIED_TO_SNS_TOPIC
return AccessDeniedErrorCode