初始化环境文件
This commit is contained in:
9
node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js
generated
vendored
Normal file
9
node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export const AccessDeniedExceptionReason = {
|
||||
KMS_ACCESS_DENIED: "KMS_AccessDeniedException",
|
||||
};
|
||||
export const InvalidRequestExceptionReason = {
|
||||
KMS_DISABLED_KEY: "KMS_DisabledException",
|
||||
KMS_INVALID_KEY_USAGE: "KMS_InvalidKeyUsageException",
|
||||
KMS_INVALID_STATE: "KMS_InvalidStateException",
|
||||
KMS_KEY_NOT_FOUND: "KMS_NotFoundException",
|
||||
};
|
||||
Reference in New Issue
Block a user