Skip to content

Commit b371095

Browse files
Update generated code (#1662)
update generated code
1 parent f997650 commit b371095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Input/UpdateTableInput.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ final class UpdateTableInput extends Input
8383
/**
8484
* Represents the DynamoDB Streams configuration for the table.
8585
*
86-
* > You receive a `ResourceInUseException` if you try to enable a stream on a table that already has a stream, or if
87-
* > you try to disable a stream on a table that doesn't have a stream.
86+
* > You receive a `ValidationException` if you try to enable a stream on a table that already has a stream, or if you
87+
* > try to disable a stream on a table that doesn't have a stream.
8888
*
8989
* @var StreamSpecification|null
9090
*/

0 commit comments

Comments
 (0)