C# Class Amazon.ECR.ImageFailureCode

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

Méthodes publiques

Свойство Type Description
ImageNotFound ImageFailureCode
ImageTagDoesNotMatchDigest ImageFailureCode
InvalidImageDigest ImageFailureCode
InvalidImageTag ImageFailureCode
MissingDigestAndTag ImageFailureCode

Méthodes publiques

Méthode Description
FindValue ( string value ) : ImageFailureCode

Finds the constant for the unique value.

ImageFailureCode ( 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.

Method Details

FindValue() public static méthode

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

ImageFailureCode() 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 ImageFailureCode ( string value ) : System
value string
Résultat System

Property Details

ImageNotFound public_oe static_oe property

Constant ImageNotFound for ImageFailureCode
public static ImageFailureCode,Amazon.ECR ImageNotFound
Résultat ImageFailureCode

ImageTagDoesNotMatchDigest public_oe static_oe property

Constant ImageTagDoesNotMatchDigest for ImageFailureCode
public static ImageFailureCode,Amazon.ECR ImageTagDoesNotMatchDigest
Résultat ImageFailureCode

InvalidImageDigest public_oe static_oe property

Constant InvalidImageDigest for ImageFailureCode
public static ImageFailureCode,Amazon.ECR InvalidImageDigest
Résultat ImageFailureCode

InvalidImageTag public_oe static_oe property

Constant InvalidImageTag for ImageFailureCode
public static ImageFailureCode,Amazon.ECR InvalidImageTag
Résultat ImageFailureCode

MissingDigestAndTag public_oe static_oe property

Constant MissingDigestAndTag for ImageFailureCode
public static ImageFailureCode,Amazon.ECR MissingDigestAndTag
Résultat ImageFailureCode