massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / boto / boto / kms / exceptions.pyi
1 from boto.exception import BotoServerError
2
3 class InvalidGrantTokenException(BotoServerError): ...
4 class DisabledException(BotoServerError): ...
5 class LimitExceededException(BotoServerError): ...
6 class DependencyTimeoutException(BotoServerError): ...
7 class InvalidMarkerException(BotoServerError): ...
8 class AlreadyExistsException(BotoServerError): ...
9 class InvalidCiphertextException(BotoServerError): ...
10 class KeyUnavailableException(BotoServerError): ...
11 class InvalidAliasNameException(BotoServerError): ...
12 class UnsupportedOperationException(BotoServerError): ...
13 class InvalidArnException(BotoServerError): ...
14 class KMSInternalException(BotoServerError): ...
15 class InvalidKeyUsageException(BotoServerError): ...
16 class MalformedPolicyDocumentException(BotoServerError): ...
17 class NotFoundException(BotoServerError): ...