Skip to content

Commit

Permalink
Update generated code (#1637)
Browse files Browse the repository at this point in the history
update generated code
  • Loading branch information
async-aws-bot committed Jan 6, 2024
1 parent dbdf071 commit bd8f0b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Exception/XksKeyAlreadyInUseException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
use AsyncAws\Core\Exception\Http\ClientException;

/**
* The request was rejected because the (`XksKeyId`) is already associated with a KMS key in this external key store.
* Each KMS key in an external key store must be associated with a different external key.
* The request was rejected because the (`XksKeyId`) is already associated with another KMS key in this external key
* store. Each KMS key in an external key store must be associated with a different external key.
*/
final class XksKeyAlreadyInUseException extends ClientException
{
Expand Down

0 comments on commit bd8f0b0

Please sign in to comment.