Package com.ibm.cloud.is.vpc.v1.model
Interface ShareSnapshotStatusReason.Code
-
- Enclosing class:
- ShareSnapshotStatusReason
public static interface ShareSnapshotStatusReason.Code
A reason code for the status: - `encryption_key_deleted`: Share snapshot is unusable because its `encryption_key` was deleted - `internal_error`: Internal error (contact IBM support) 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
ENCRYPTION_KEY_DELETED
encryption_key_deleted.
-
-
-
Field Detail
-
ENCRYPTION_KEY_DELETED
static final String ENCRYPTION_KEY_DELETED
encryption_key_deleted.- See Also:
- Constant Field Values
-
-