Skip to content

Commit 1b861e1

Browse files
Update php/example_code/kms/KmsBasics.php
Co-authored-by: Laren-AWS <[email protected]>
1 parent f4055d5 commit 1b861e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/example_code/kms/KmsBasics.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function runExample()
6969
$this->kmsService->enableKey($key['KeyId']);
7070
echo "The key was successfully enabled.\n";
7171
}else{
72-
echo "The key was not enabled, so there was no need to enable it.\n";
72+
echo "The key was already enabled, so there was no need to enable it.\n";
7373
}
7474
$this->pressEnter();
7575

0 commit comments

Comments
 (0)