We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476ff2a commit f997650Copy full SHA for f997650
src/Input/UpdateTableInput.php
@@ -83,8 +83,8 @@ final class UpdateTableInput extends Input
83
/**
84
* Represents the DynamoDB Streams configuration for the table.
85
*
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.
+ * > You receive a `ResourceInUseException` if you try to enable a stream on a table that already has a stream, or if
+ * > you try to disable a stream on a table that doesn't have a stream.
88
89
* @var StreamSpecification|null
90
*/
0 commit comments