C# Class Amazon.Inspector.FailedItemErrorCode

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

Public Properties

Property Type Description
ACCESS_DENIED FailedItemErrorCode
DUPLICATE_ARN FailedItemErrorCode
INTERNAL_ERROR FailedItemErrorCode
INVALID_ARN FailedItemErrorCode
ITEM_DOES_NOT_EXIST FailedItemErrorCode
LIMIT_EXCEEDED FailedItemErrorCode

Public Methods

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

Finds the constant for the unique value.

Method Details

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

FindValue() public static method

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

Property Details

ACCESS_DENIED public static property

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

DUPLICATE_ARN public static property

Constant DUPLICATE_ARN for FailedItemErrorCode
public static FailedItemErrorCode,Amazon.Inspector DUPLICATE_ARN
return FailedItemErrorCode

INTERNAL_ERROR public static property

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

INVALID_ARN public static property

Constant INVALID_ARN for FailedItemErrorCode
public static FailedItemErrorCode,Amazon.Inspector INVALID_ARN
return FailedItemErrorCode

ITEM_DOES_NOT_EXIST public static property

Constant ITEM_DOES_NOT_EXIST for FailedItemErrorCode
public static FailedItemErrorCode,Amazon.Inspector ITEM_DOES_NOT_EXIST
return FailedItemErrorCode

LIMIT_EXCEEDED public static property

Constant LIMIT_EXCEEDED for FailedItemErrorCode
public static FailedItemErrorCode,Amazon.Inspector LIMIT_EXCEEDED
return FailedItemErrorCode