Skip to content

Commit

Permalink
Update generated code (#1761)
Browse files Browse the repository at this point in the history
update generated code
  • Loading branch information
async-aws-bot committed Sep 10, 2024
1 parent 769827d commit 337c966
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"variables": {
"${LATEST}": "3.321.4"
"${LATEST}": "3.321.7"
},
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
"services": {
Expand Down
9 changes: 7 additions & 2 deletions src/Service/DynamoDb/src/Exception/ResourceInUseException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
use AsyncAws\Core\Exception\Http\ClientException;

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

0 comments on commit 337c966

Please sign in to comment.