Skip to content

Commit 476ff2a

Browse files
Update generated code (#1652)
update generated code
1 parent a1fd2c9 commit 476ff2a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Changed
6+
7+
- AWS enhancement: Documentation updates.
8+
59
## 3.1.0
610

711
### Added

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)