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 f4055d5 commit 1b861e1Copy full SHA for 1b861e1
php/example_code/kms/KmsBasics.php
@@ -69,7 +69,7 @@ public function runExample()
69
$this->kmsService->enableKey($key['KeyId']);
70
echo "The key was successfully enabled.\n";
71
}else{
72
- echo "The key was not enabled, so there was no need to enable it.\n";
+ echo "The key was already enabled, so there was no need to enable it.\n";
73
}
74
$this->pressEnter();
75
0 commit comments