AWSSDK.CloudFormation by Amazon Web Services

<PackageReference Include="AWSSDK.CloudFormation" Version="3.7.204.4" />

.NET API 422,512 bytes

 HandlerErrorCode

Constants used for properties of type HandlerErrorCode.
public static readonly HandlerErrorCode AccessDenied

Constant AccessDenied for HandlerErrorCode

public static readonly HandlerErrorCode AlreadyExists

Constant AlreadyExists for HandlerErrorCode

Constant GeneralServiceException for HandlerErrorCode

Constant HandlerInternalFailure for HandlerErrorCode

public static readonly HandlerErrorCode InternalFailure

Constant InternalFailure for HandlerErrorCode

public static readonly HandlerErrorCode InvalidCredentials

Constant InvalidCredentials for HandlerErrorCode

public static readonly HandlerErrorCode InvalidRequest

Constant InvalidRequest for HandlerErrorCode

Constant InvalidTypeConfiguration for HandlerErrorCode

public static readonly HandlerErrorCode NetworkFailure

Constant NetworkFailure for HandlerErrorCode

public static readonly HandlerErrorCode NonCompliant

Constant NonCompliant for HandlerErrorCode

public static readonly HandlerErrorCode NotFound

Constant NotFound for HandlerErrorCode

public static readonly HandlerErrorCode NotStabilized

Constant NotStabilized for HandlerErrorCode

public static readonly HandlerErrorCode NotUpdatable

Constant NotUpdatable for HandlerErrorCode

public static readonly HandlerErrorCode ResourceConflict

Constant ResourceConflict for HandlerErrorCode

public static readonly HandlerErrorCode ServiceInternalError

Constant ServiceInternalError for HandlerErrorCode

public static readonly HandlerErrorCode ServiceLimitExceeded

Constant ServiceLimitExceeded for HandlerErrorCode

public static readonly HandlerErrorCode Throttling

Constant Throttling for HandlerErrorCode

public static readonly HandlerErrorCode Unknown

Constant Unknown for HandlerErrorCode

public static readonly HandlerErrorCode UnsupportedTarget

Constant UnsupportedTarget for HandlerErrorCode

public HandlerErrorCode(string value)

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 static HandlerErrorCode FindValue(string value)

Finds the constant for the unique value.

public static HandlerErrorCode op_Implicit(string value)

Utility method to convert strings to the constant class.