File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## NOT RELEASED
4
4
5
+ ### Changed
6
+
7
+ - AWS enhancement: Documentation updates.
8
+
5
9
## 3.1.0
6
10
7
11
### Added
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ final class UpdateTableInput extends Input
83
83
/**
84
84
* Represents the DynamoDB Streams configuration for the table.
85
85
*
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.
88
88
*
89
89
* @var StreamSpecification|null
90
90
*/
You can’t perform that action at this time.
0 commit comments