DeleteDBParameterGroup
処理概要
DBパラメーターグループを削除します。
DBサーバーに紐づいているDBパラメーターグループを削除することはできません。
指定するパラメーター
| パラメーター | 型 | 説明 | 必須 |
|---|---|---|---|
| DBParameterGroupName | string |
DBパラメーターグループ名
|
○ |
応答フィールド
| フィールド (項目) | 型 | 説明 |
|---|---|---|
| DeleteDBParameterGroupResponse | structure |
ルート |
| ␣ResponseMetadata | structure |
共通メタ情報 |
| ␣␣RequestId | string |
リクエスト識別子 |
エラー
| コード | メッセージ | タイプ | HTTPステータスコード | 説明 |
|---|---|---|---|---|
| Client.InvalidParameterFormat.DBParameterGroupName | The parameter DBParameterGroupName is not a valid identifier.Identifiers must begin with a letter; must contain only lowercase ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens. |
Sender | 400 | DBParameterGroupNameに無効な値(ハイフンから始まる 等)を指定した場合 |
| Client.InvalidParameterNotFound.DBParameterGroup | DBParameterGroup not found: aaa |
Sender | 404 | 存在しないDBParameterGroupNameを指定した場合 |
| Client.InvalidParameterRequired.DBParameterGroupName | DBParameterGroupName is required. |
Sender | 400 | 必須のDBParameterGroupNameを指定しなかった場合 |
| Client.InvalidParameterTooLong.DBParameterGroupName | The parameter DBParameterGroupName is not a valid identifier because it is longer than 255 characters. |
Sender | 400 | DBParameterGroupNameに255文字を超える値を指定した場合 |
| Client.ResourceInapplicable.DefaultOrInUseDBParameterGroup | One or more database instances are still members of this parameter group sample-parameter, so the group cannot be deleted |
Sender | 400 | "default."で始まるデフォルトのDBパラメーターグループを 削除しようとした場合 DBサーバーに設定されているDBパラメーターグループを削除しようとした場合 |
リクエストサンプル
https://jp-east-1.rdb.api.nifcloud.com/
?Action=DeleteDBParameterGroup
&DBParameterGroupName=mydbparametergroup
&SignatureVersion=2
&SignatureMethod=HmacSHA256
&Timestamp=2013-12-09T00:00:00.000Z
&AWSAccessKeyId=<NIFCLOUD Access Key ID>
&Signature=<Signature>
応答サンプル
<DeleteDBParameterGroupResponse>
<ResponseMetadata>
<RequestId>ee6fe112-3686-4eed-86a1-6ed32c07cd9d</RequestId>
</ResponseMetadata>
</DeleteDBParameterGroupResponse>
