1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160
|
# WARNING ABOUT GENERATED CODE
#
# This file is generated. See the contributing guide for more information:
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
#
# WARNING ABOUT GENERATED CODE
module Aws
module KMS
module Errors
class ServiceError < ::Aws::Errors::ServiceError
end
class AlreadyExistsException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class CloudHsmClusterInUseException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class CloudHsmClusterInvalidConfigurationException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class CloudHsmClusterNotActiveException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class CloudHsmClusterNotFoundException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class CloudHsmClusterNotRelatedException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class ConflictException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class CustomKeyStoreHasCMKsException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class CustomKeyStoreInvalidStateException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class CustomKeyStoreNameInUseException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class CustomKeyStoreNotFoundException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class DependencyTimeoutException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class DisabledException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class DryRunOperationException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class ExpiredImportTokenException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class IncorrectKeyException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class IncorrectKeyMaterialException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class IncorrectTrustAnchorException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class InvalidAliasNameException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class InvalidArnException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class InvalidCiphertextException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class InvalidGrantIdException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class InvalidGrantTokenException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class InvalidImportTokenException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class InvalidKeyUsageException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class InvalidMarkerException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class KMSInternalException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class KMSInvalidMacException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class KMSInvalidSignatureException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class KMSInvalidStateException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class KeyUnavailableException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class LimitExceededException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class MalformedPolicyDocumentException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class NotFoundException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class TagException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class UnsupportedOperationException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class XksKeyAlreadyInUseException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class XksKeyInvalidConfigurationException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class XksKeyNotFoundException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class XksProxyIncorrectAuthenticationCredentialException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class XksProxyInvalidConfigurationException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class XksProxyInvalidResponseException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class XksProxyUriEndpointInUseException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class XksProxyUriInUseException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class XksProxyUriUnreachableException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class XksProxyVpcEndpointServiceInUseException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class XksProxyVpcEndpointServiceInvalidConfigurationException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class XksProxyVpcEndpointServiceNotFoundException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
end
end
end
|