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 f997650 commit b371095Copy full SHA for b371095
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 `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.
+ * > You receive a `ValidationException` 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