Skip to content

Commit 6dc2800

Browse files
Update generated code (#1761)
update generated code
1 parent 099c5aa commit 6dc2800

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/Exception/ResourceInUseException.php

+7-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@
55
use AsyncAws\Core\Exception\Http\ClientException;
66

77
/**
8-
* The operation conflicts with the resource's availability. For example, you attempted to recreate an existing table,
9-
* or tried to delete a table currently in the `CREATING` state.
8+
* The operation conflicts with the resource's availability. For example:
9+
*
10+
* - You attempted to recreate an existing table.
11+
* - You tried to delete a table currently in the `CREATING` state.
12+
* - You tried to update a resource that was already being updated.
13+
*
14+
* When appropriate, wait for the ongoing update to complete and attempt the request again.
1015
*/
1116
final class ResourceInUseException extends ClientException
1217
{

0 commit comments

Comments
 (0)