storage.tier_invalid
The tier_gb value is not one of the allowed storage tier sizes.
storage.tier_invalid is returned when the tier_gb field in a storage tier change request does not match one of the allowed sizes. The platform only supports discrete tier sizes; arbitrary values are not accepted.
The tier_gb value is not one of: 5, 10, 25, 50, 100, 250. The value 5 is the free tier.
Use one of the allowed tier_gb values exactly as an integer.
{
"error": {
"code": "storage.tier_invalid",
"message": "tier_gb must be one of 5, 10, 25, 50, 100, 250",
"request_id": "req_01900000abc"
}
}