Create a pay-as-you-go or subscription data disk.
Operation description
-
When you create a disk, you can enable the multi-attach feature (
MultiAttach). We recommend that you understand this feature and its limitations. For more information, see NVMe support for ESSDs and Use the multi-attach feature. -
Supported disk types: basic cloud disk, ultra cloud disk, SSD cloud disk, ESSD, ESSD Entry cloud disk, ESSD Zone-Redundant (ZR) disk, ESSD AutoPL cloud disk, elastic temporary disk-standard, and elastic temporary disk-premium.
-
To create a disk, you must complete real-name registration. You can complete the real-name registration in your account information.
-
Creating a disk incurs charges. Before proceeding, review the billing overview to understand the billing methods for ECS.
-
Default settings when you create a disk:
By default, deleting a disk also deletes its automatic snapshots. This means the
DeleteAutoSnapshotparameter is set totrue. You can call DescribeDisks to query this setting and ModifyDiskAttribute to modify it.When you create an ESSD without specifying a disk performance level, it defaults to PL1. You can call ModifyDiskSpec to modify the disk performance level.
The default billing method is pay-as-you-go, which means the
Portableattribute is set totrue.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ecs:CreateDisk |
create |
Disk
Disk
Snapshot
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The ID of the region in which to create the disk. You can call DescribeRegions to query the most recent region list. |
cn-hangzhou |
| ZoneId |
string |
No |
The ID of the zone in which to create the pay-as-you-go disk.
Note
ESSD zone-redundant disks ( |
cn-hangzhou-g |
| SnapshotId |
string |
No |
The ID of the snapshot used to create the disk. Snapshots created on or before July 15, 2013 cannot be used to create disks. The
|
s-bp67acfmxazb4p**** |
| DiskName |
string |
No |
The name of the disk. The name must be 2 to 128 characters in length. It must start with a letter as defined by Unicode and can contain letters (including English and Chinese characters), digits (0-9), colons (:), underscores (_), periods (.), and hyphens (-). Default value: empty. |
testDiskName |
| Size |
integer |
No |
The capacity of the disk, in GiB. You must specify a value for this parameter. Value range:
If you specify
|
2000 |
| DiskCategory |
string |
No |
The category of the data disk. Valid values:
Default value: |
cloud_ssd |
| Description |
string |
No |
The description of the disk. The description must be 2 to 256 characters in length and cannot start with Default value: empty. |
testDescription |
| Encrypted |
boolean |
No |
Specifies whether to encrypt the disk. Valid values:
Default value: false. |
false |
| ClientToken |
string |
No |
A client-generated, unique, case-sensitive token that you can use to ensure the idempotency of the request. ClientToken can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see How to ensure idempotence. |
123e4567-e89b-12d3-a456-426655440000 |
| InstanceId |
string |
No |
Creates a subscription disk and automatically attaches it to the specified subscription instance.
Default value: empty. An empty value indicates that you are creating a pay-as-you-go disk. The disk's location is determined by |
i-bp18pnlg1ds9rky4**** |
| ResourceGroupId |
string |
No |
The ID of the resource group to which the disk belongs. |
rg-bp67acfmxazb4p**** |
| KMSKeyId |
string |
No |
The ID of the KMS key to use for the disk. Note
If
|
0e478b7a-4262-4802-b8cb-00d3fb40826X |
| PerformanceLevel |
string |
No |
The performance level of the ESSD. Valid values:
Default value: PL1. For more information about how to choose an ESSD performance level, see ESSDs. |
PL1 |
| AdvancedFeatures |
string |
No |
This parameter is not yet available. |
hide |
| StorageSetId |
string |
No |
The ID of the storage set. Note
You can specify either storage set parameters ( |
ss-bp67acfmxazb4p**** |
| EncryptAlgorithm |
string |
No |
This parameter is not yet available. |
hide |
| StorageSetPartitionNumber |
integer |
No |
The number of partitions in the storage set. The value must be greater than or equal to 2 and cannot exceed the quota returned by the DescribeAccountAttributes operation. Default value: 2. |
3 |
| StorageClusterId |
string |
No |
The ID of the dedicated block storage cluster. If you need to create a disk in a specific dedicated block storage cluster, specify this parameter. Note
You can specify either storage set parameters ( |
dbsc-j5e1sf2vaf5he8m2**** |
| MultiAttach |
string |
No |
Specifies whether to enable the multi-attach feature. Valid values:
Default value: Disabled. Note
Disks with the multi-attach feature enabled can only be billed on a pay-as-you-go basis. Therefore, you cannot set the |
Disabled |
| Tag |
array<object> |
No |
A list of tags for the disk. |
|
|
object |
No |
A list of tags for the disk. |
||
| key |
string |
No |
The tag key of the disk. Note
For better code compatibility, we recommend that you use the |
Test |
| Key |
string |
No |
The tag key of the disk. Note
For better code compatibility, we recommend that you use the |
TestKey |
| Value |
string |
No |
The tag value of the disk. The value of N ranges from 1 to 20. If you specify |
TestValue |
| value |
string |
No |
The tag value of the disk. The value of N ranges from 1 to 20. If you specify |
Test |
| Arn |
array<object> |
No |
Note
This parameter is not yet available. |
|
|
object |
No |
Note
This parameter is not yet available. |
||
| RoleType |
string |
No |
Note
This parameter is not yet available. |
hide |
| Rolearn |
string |
No |
Note
This parameter is not yet available. |
hide |
| AssumeRoleFor |
integer |
No |
Note
This parameter is not yet available. |
1000000000 |
| ProvisionedIops |
integer |
No |
The provisioned read/write IOPS of a single ESSD AutoPL disk. Valid values:
Baseline IOPS = max(min(1,800 + 50 × Capacity, 50,000), 3,000). Note
This parameter is available only for ESSD AutoPL disks ( |
40000 |
| BurstingEnabled |
boolean |
No |
Specifies whether to enable performance bursting. Valid values:
Note
This parameter is available only for ESSD AutoPL disks ( |
false |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| DiskId |
string |
The ID of the disk. |
d-bp131n0q38u3a4zi**** |
| RequestId |
string |
The ID of the request. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3**** |
| OrderId |
string |
The ID of the order. Note
This parameter is returned only when you create a subscription disk. |
20413515388**** |
Examples
Success response
JSON format
{
"DiskId": "d-bp131n0q38u3a4zi****",
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****",
"OrderId": "20413515388****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidSize.ValueNotSupported | The specified parameter Size is not valid. | The specified Size parameter is invalid. |
| 400 | InvalidDiskName.Malformed | The specified disk name is wrongly formed. | The disk name is invalid. The name must be 2 to 128 characters in length and start with a letter. It can contain letters, digits, periods (.), underscores (_), and hyphens (-) and cannot start with http:// or https. |
| 400 | InvalidDescription.Malformed | The specified description is wrongly formed. | The resource description is invalid. The description must be 2 to 256 characters in length and cannot start with http:// or https://. |
| 400 | MissingParameter | The input parameter either "SnapshotId" or "Size" should be specified. | You must specify at least one of SnapshotId and Size in the parameter. |
| 400 | InvalidDiskCategory.NotSupported | The specified disk category is not support. | The specified disk category is not supported. |
| 400 | Account.Arrearage | Your account has an outstanding payment. | Your account has overdue payments. |
| 400 | InvalidDiskCategory.ValueNotSupported | The specified parameter "DiskCategory" is not valid. | The specified cloud disk type DiskCategory is invalid. |
| 400 | InvalidParameter.Conflict | %s | The specified parameter is invalid. Check whether parameter conflicts exist. %s is a variable. An error message is dynamically returned based on call conditions. |
| 400 | OperationDenied | The specified Zone is not available or not authorized. | |
| 400 | InvalidDiskSize.NotSupported | The specified parameter size is not valid. | |
| 400 | InvalidDiskSizeOrCategory | The specified disk category or size is invalid. | The specified disk category or size is invalid. |
| 400 | InvalidParameter.EncryptedIllegal | The specified parameter Encrypted must be true when kmsKeyId is not empty. | The encryption feature is not enabled after a Key Management Service (KMS) key ID is specified. |
| 400 | Duplicate.TagKey | The Tag.N.Key contain duplicate key. | The specified tag key already exists. Tag keys must be unique. |
| 400 | InvalidTagKey.Malformed | The specified Tag.n.Key is not valid. | The specified Tag.N.Key parameter is invalid. |
| 400 | InvalidTagValue.Malformed | The specified Tag.n.Value is not valid. | The specified tag value is invalid. |
| 400 | InvalidParameter.Arns | The specified Arns is not valid. | The Arns parameter is invalid. Please check and pass it again. |
| 400 | InvalidPerformanceLevel.Malformed | The specified parameter PerformanceLevel is not valid. | The specified PerformanceLevel parameter is invalid. |
| 400 | InvalidDiskCategory.ConflictSnapshotCategory | The specified disk category conflict with snapshot category. | |
| 400 | InvalidEncrypted.NotMatchEncryptAlgorithm | The specified parameter Encrypted must be true when EncryptAlgorithm is not empty. | |
| 400 | InvalidEncrypted.NotMatchKmsKeyId | The specified parameter Encrypted must be true when KmsKeyId is not empty. | |
| 400 | InvalidEncryptAlgorithm.NotMatchSnapshot | The specified parameter EncryptAlgorithm is different from the encrypt algorithm of the snapshot. | |
| 400 | InvalidKmsKeyId.NotMatchSnapshot | The specified parameter KmsKeyId is different from the KmsKeyId of the snapshot. | |
| 400 | InvalidEncryptAlgorithm | The specified parameter EncryptAlgorithm is not valid. | |
| 400 | InvalidPerformanceLevel.ValueNotSupported | The current ZoneId does not support PL0 of cloud_essd. | |
| 400 | InvalidKMSKeyId.NotSymmetric | The specified parameter KmsKeyId must be symmetric. | The KMSKey used for encryption must be a symmetric encryption key. |
| 400 | InvalidStorageSetId.NotFound | The specified storage set does not exist. | |
| 400 | InvalidStorageClusterId.StatusNotSupport | The current status of the dedicated storage cluster cannot create a cloud disk yet. | |
| 400 | InvalidStorageClusterId.ConflictWithStorageSetId | The specified StorageClusterId is in conflict with storageSetId. | |
| 400 | InvalidStorageClusterId.ConflictWithInstanceId | The specified StorageClusterId is in conflict with instanceId. | |
| 400 | InvalidStorageClusterId.CategoryNotMatch | The current dedicated storage cluster cannot create this category of disk. | |
| 400 | InvalidStorageClusterId.PerformanceLevelNotMatch | The current dedicated storage cluster cannot create this performance level of disk. | |
| 400 | InvalidStorageClusterId.CapacityNotEnough | The remaining capacity of the current dedicated storage cluster is less than the size of disk. | The remaining capacity of the dedicated block storage cluster to which the disk belongs is insufficient. |
| 400 | InvalidCloudBoxZone.EncryptedNotSupported | The cloud box zone does not support creating encrypted disks. | |
| 400 | InvalidInstance.NotFoundSystemDisk | The specified instance has no system disk. | The specified instance does not have a system disk. Make sure that the instance has a system disk. You can call the DescribeInstances operation to query the details of the instance. |
| 400 | ProvisionedIopsForDiskCategoryUnsupported | The specified disk category does not support provisioned iops. | |
| 400 | InvalidProvisionedIops.LimitExceed | The provisioned iops exceeds the limit. | The filled ProvisionedIops parameter exceeds the limit. |
| 400 | BurstingEnabledForDiskCategoryUnsupported | The specified disk category does not support bursting enabled. | |
| 400 | BurstingEnabledForMultiAttachDiskUnsupported | The multi attach disk does not support bursting enabled. | |
| 400 | ProvisionedIopsForDiskCategoryRequired | The provisioned iops is required for this disk category. | |
| 400 | NotSupportSnapshotEncrypted.RegionId | The specified region does not support creating encrypted disks with native snapshot encrypt. | |
| 400 | NotSupportSnapshotEncrypted.ZoneId | The specified zone does not support creating encrypted disks with native snapshot encrypt. | |
| 400 | NotSupportSnapshotEncrypted.ShareImage | Shared snapshot creating encrypted disks with native snapshot encrypt is not supported. | When you create encrypted disks based on a shared image, only the encryption key provided by the shared image can be used for these disks and you cannot specify encryption keys for the disks. |
| 400 | NotSupport.SnapshotEncryptedAlgorithmConflict | Changing encrypt algorithm with encrypted snapshot is not supported. | |
| 400 | QuotaExceed.DiskCapacity | The used capacity of disk type has exceeded the quota in the zone, %s. | The capacity of disks that belong to the specified disk category exceeds the quota limit for the zone. |
| 400 | InsufficientBalance.AgentAccount | The account balance is insufficient. Please contact your channel partner to recharge in time. | The account balance is insufficient. Contact your customer service representative to add funds to the account in a timely manner. |
| 400 | InvalidParam.EncryptedMismatch | Creating encrypted disks with shared encrypted snapshots requires replacing encryption keys. | |
| 400 | InvalidAccountStatus.NotEnoughBalance | Your account does not have enough balance, please contact your partner to increase your account balance. | |
| 400 | InvalidParameter.KmsNotEnabled | Failed to perform this operation because KMS is not activated. | You need to activate KMS key management service. |
| 400 | InvalidParameter.Encrypted.KmsNotEnable | Failed to perform this operation because KMS is not activated. | You need to activate KMS key escrow service. |
| 400 | InvalidZoneId.DiskCategoryUnsupported | The specified disk category does not support setting the ZoneId. | The specified disk category does not support setting the ZoneId. |
| 400 | InvalidStorageSetId.DiskCategoryUnsupported | The specified disk category does not support setting the StorageSetId. | The specified disk category does not support setting the StorageSetId. |
| 400 | InvalidStorageClusterId.DiskCategoryUnsupported | The specified disk category does not support setting the StorageClusterId. | The specified disk category does not support setting the StorageClusterId. |
| 400 | InvalidParameter.Encrypted | Creating non-encrypted disks with encrypted snapshots is not supported. | Creating a non-encrypted disk with an encrypted snapshot is not supported. |
| 400 | EncryptedOption.Conflict | Disk encryption attributes conflict. | Disk encryption attributes conflict. |
| 400 | InvalidDataDiskCategory.NotSupported | Specified disk category is not supported. | The specified disk category is not supported. |
| 400 | InvalidBurstingEnabled.DiskSizeTooSmall | The disk size must be greater than 3 GiB to enable burst. | The disk size must be greater than 3 GiB to enable burst. |
| 400 | OperationDenied.RiskIssue | Your action is denied by risk issue, please contact customer service. | |
| 400 | InvalidDiskSize.ExceedsMultiAttachLimit | The specified disk size exceeds the maximum limit 65536 for enabling multi-attach. | The specified disk size exceeds the maximum limit 65536 for enabling multi-attach. |
| 400 | InvalidStatus.ValueNotSupported | The specified instance status is not supported for this operation, expect status is Running or Stopped. | The status of the specified instance is not satisfied. The status of the instance should be Running or Stopped. |
| 400 | InvalidSnapshot.NotReady | The specified snapshot creation is not completed yet. | The specified snapshot is not created. |
| 500 | InternalError | The request processing has failed due to some unknown error. | |
| 403 | InvalidDataDiskCategory.NotSupported | Specified disk category is not supported. | |
| 403 | InstanceDiskCategoryLimitExceed | The total size of specified disk category in an instance exceeds. | The total size of disks of the specified category exceeds the maximum capacity allowed for an instance. |
| 403 | InvalidSnapshot.NotReady | The specified snapshot creation is not completed yet. | |
| 403 | InvalidSnapshot.TooOld | This operation is forbidden because the specified snapshot is created before 2013-07-15. | |
| 403 | InvalidSnapshot.TooLarge | The capacity of snapshot exceeds 2000GB. | The snapshot size exceeds 2,000 GB. |
| 403 | OperationDenied | The specified snapshot is not allowed to create disk. | |
| 403 | QuotaExceed.PortableCloudDisk | The quota of portable cloud disk exceeds. | |
| 403 | InvalidDiskCategory.ValueUnauthorized | The disk category is not authorized. | You need permission to operate this disk category. |
| 403 | InvalidSnapshotId.NotReady | The specified snapshot has not completed yet. | |
| 403 | InvalidSnapshotId.NotDataDiskSnapshot | The specified snapshot is system disk snapshot. | |
| 403 | InvalidDiskSize.TooSmall | Specified disk size is less than the size of snapshot. | |
| 403 | InvalidDiskSize.NotSupported | Disk size is not supported. | |
| 403 | InvalidAccountStatus.NotEnoughBalance | Your account does not have enough balance. | |
| 403 | InvalidAccountStatus.SnapshotServiceUnavailable | Snapshot service has not been opened yet. | The operation is not supported while the snapshot service is not activated. |
| 403 | InvalidPayMethod | The specified pay method is not valid. | |
| 403 | InvalidDiskCategory.NotSupported | The specified disk category is not supported. | The specified disk category does not support this operation. |
| 403 | UserNotInTheWhiteList | The user is not in disk white list. | You are not authorized to manage the disk. Try again when you are authorized. |
| 403 | QuotaExceed.PostPaidDisk | Living postPaid disks quota exceeded. | |
| 403 | InvalidRegion.NotSupport | The specified region does not support byok. | The bring your own key (BYOK) feature is not supported in the region. |
| 403 | InvalidParameter.KMSKeyId.KMSUnauthorized | ECS service have no right to access your KMS. | ECS is not authorized to access your KMS resources. |
| 403 | SecurityRisk.3DVerification | We have detected a security risk with your default credit or debit card. Please proceed with verification via the link in your email. | |
| 403 | InvalidParameter.AdvancedFeatures | The specified parameter AdvancedFeatures is not valid. | |
| 403 | InvalidInstanceChargeType.ValueNotSupported | The InstanceChargeType does not support this action. | |
| 403 | InvalidStatus.Upgrading | The instance is upgrading; please try again later. | |
| 403 | InvalidParam.ZoneIdAndInstanceId.Conflict | The specified parameter 'ZoneId' and 'InstanceId' are not blank at the same time. | |
| 403 | OperationDenied.PerformanceLevelNotMatch | The specified PerformanceLevel and Size do not match. | |
| 403 | InvalidStorageSetName.Malformed | Specified parameter StorageSetName is not valid. | |
| 403 | InvalidDescription.Malformed | Specified parameter Description is not valid. | |
| 403 | InvalidMaxPartitionNumber.Malformed | Specified parameter MaxPartitionNumber is not valid. | |
| 403 | InvalidParameter.StorageSetPartitionNumber | Specified parameter StorageSetPartitionNumber is not valid. | |
| 403 | InvalidParameter.StorageSetId | Specified parameter StorageSetId is not valid. | |
| 403 | InvalidParameter.StorageSetZoneId | Specified parameter StorageSetZoneId is not valid. | |
| 403 | QuotaExceed.Tags | %s | The number of specified tags exceeds the upper limit. %s is a variable. An error message is dynamically returned based on call conditions. |
| 403 | QuotaExceeded.PostpaidDataDiskCapacity | The quota of postpaid data disk capacity exceeds. | The used capacity of the pay-as-you-go disk reaches the quota limit. |
| 403 | InvalidRegionId.NotSupportEncryptAlgorithm | The current region does not support creating encrypted disks with EncryptAlgorithm. | |
| 403 | OperationDenied.SnapshotNotAllowed | The specified snapshot is not allowed to create disk. | |
| 403 | LastTokenProcessing | The last token request is processing. | |
| 403 | InvalidParameter.MultiAttach | The specified param MultiAttach is not valid. | The specified MultiAttach parameter is invalid. |
| 403 | InvalidParameter.MultiAttachAndInstanceIdConflict | The parameter MultiAttach and InstanceId are conflict. | The MultiAttach and InstanceId parameters cannot be both specified. |
| 403 | InvalidParameter.DiskCategoryAndMultiAttachConflict | The specified disk category does not support multi attach set. | The MultiAttach parameter is not supported by Shared Block Storage devices. |
| 403 | InvalidParameter.DiskCategoryAndMultiAttachNotMatch | The specified disk category does not support multi attach enabled. | The specified disk category does not support the multi-attach feature. |
| 403 | OperationDenied.ZoneNotSupportMultiAttachDisk | The specified zone does support multi attach disk. | Disks for which the multi-attach feature is enabled cannot be created in the specified zone. |
| 403 | InvalidAccountStatus.CouponAmountNotEnough | Your coupon balance is insufficient or has expired. | Your coupon balance is insufficient or your coupons have expired. |
| 403 | InvalidOperation.CreateFromSnapshotUnsupported | The elastic ephemeral disk cannot be created from snapshot. | The elastic ephemeral disk cannot be created from snapshot. |
| 403 | NotSupportSnapshotEncrypted.DiskCategory | The specified disk category does not support creating encrypted system disks or creating encrypted data disks from snapshots. Check the DiskCategory or Encrypted parameter, or check your account for default encryption settings. | This disk type does not support creating encrypted system disks or creating encrypted data disks in snapshot mode. Please check the disk type and encryption parameters you entered, or check whether you have configured the default encryption configuration for account cloud disks. |
| 403 | InvalidParameter.DataEncryptedKeyCreateFailed | Create kms data encrypted key fail. If you need further assistance, you can contact the KMS Technical Support. | Failed to create a data key using the KMS master key. Please contact the KMS attendant for further troubleshooting. |
| 403 | Zone.NotOnSale | The resource in the specified zone is no longer available for sale. Please try other regions and zones. | |
| 403 | RegionUnauthorized | You are not authorized to perform the operation in the specified region. | You are not authorized to perform the operation in the specified region. |
| 403 | InvalidDataDiskCategory.ValueNotSupported | The specified Category of Data Disk is not valid. | The specified data disk type is not supported. |
| 403 | InvalidParameter.EncryptedNotSupported | The current disk category does not support encryption. If encryption is required, please switch to a different disk category. | The current disk category does not support encryption. If encryption is required, please switch to a different disk category. |
| 403 | InvalidDataDiskSize.ValueNotSupported | The specified disk size is beyond the permitted range, or the snapshot capacity exceeds the size limit for the specified disk category. | The specified disk size is beyond the permitted range, or the snapshot capacity exceeds the size limit for the specified disk category. |
| 403 | InvalidParameter.KMSKeyId.CMKNotEnabled | The CMK (Customer Master Key) must be in an active state. | The CMK (Customer Master Key) must be in an active state. |
| 403 | InvalidParameter.KMSKeyId.CMKUnauthorized | The CMK(Customer Master Key) lacks authorization to add tags to the ECS service. | The CMK(Customer Master Key) lacks authorization to add tags to the ECS service. |
| 403 | InvalidEncrypted.NotMatchSnapshot | The specified parameter Encrypted must be set to true when creating disks with encrypted snapshots. | When you create a disk using an encrypted snapshot, the specified parameter Encrypted must be set to true. |
| 403 | InvalidEncrypted.NotMatchDiskDefaultEncryption | Enabling disk default encryption prevents the creation of non-encrypted disks. | After the default encryption of the cloud disk account is enabled, an unencrypted disk cannot be created. |
| 403 | InvalidInstanceStatus | The current status of the instance does not support this operation. | The instance is in a state that does not support the current operation. |
| 403 | InvalidDiskSize.NotSupportMultiAttachDisk | The specified disk size exceeds the maximum limit 65536 for enabling multi-attach. | The specified disk size exceeds the maximum limit 65536 for enabling multi-attach. |
| 403 | InstanceDiskLimitExceeded | The amount of the disk on instance reach its limits. | |
| 403 | InvalidZoneId.EncryptedUnsupported | The specified ZoneId does not support creating encrypted disks. | The zone in this region does not support creating an encryption disk. |
| 404 | InvalidRegionId.NotFound | The specified RegionId does not exist. | The specified region ID does not exist. |
| 404 | InvalidZoneId.NotFound | The specified zone does not exist. | |
| 404 | InvalidSnapshotId.NotFound | The specified SnapshotId does not exist. | |
| 404 | InvalidResourceGroup.NotFound | The ResourceGroup provided does not exist in our records. | The specified resource group does not exist. |
| 404 | InvalidParameter.KMSKeyId.NotFound | The specified KMSKeyId does not exist. | The specified KMSKeyId parameter does not exist. |
| 404 | InvalidInstanceId.NotFound | The InstanceId provided does not exist in our records. | |
| 404 | InvalidStorageClusterId.NotExist | The specified StorageClusterId does not exist in current region. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.