Package com.ibm.cloud.is.vpc.v1.model
Interface ImageExportJobStatusReason.Code
-
- Enclosing class:
- ImageExportJobStatusReason
public static interface ImageExportJobStatusReason.Code
A snake case string succinctly identifying the status reason. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CANNOT_ACCESS_STORAGE_BUCKET
cannot_access_storage_bucket.static String
INTERNAL_ERROR
internal_error.
-
-
-
Field Detail
-
CANNOT_ACCESS_STORAGE_BUCKET
static final String CANNOT_ACCESS_STORAGE_BUCKET
cannot_access_storage_bucket.- See Also:
- Constant Field Values
-
INTERNAL_ERROR
static final String INTERNAL_ERROR
internal_error.- See Also:
- Constant Field Values
-
-