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 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286
|
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
package clouddirectory
import (
"github.com/aws/aws-sdk-go/private/protocol"
)
const (
// ErrCodeAccessDeniedException for service response error code
// "AccessDeniedException".
//
// Access denied or directory not found. Either you don't have permissions for
// this directory or the directory does not exist. Try calling ListDirectories
// and check your permissions.
ErrCodeAccessDeniedException = "AccessDeniedException"
// ErrCodeBatchWriteException for service response error code
// "BatchWriteException".
//
// A BatchWrite exception has occurred.
ErrCodeBatchWriteException = "BatchWriteException"
// ErrCodeCannotListParentOfRootException for service response error code
// "CannotListParentOfRootException".
//
// Cannot list the parents of a Directory root.
ErrCodeCannotListParentOfRootException = "CannotListParentOfRootException"
// ErrCodeDirectoryAlreadyExistsException for service response error code
// "DirectoryAlreadyExistsException".
//
// Indicates that a Directory could not be created due to a naming conflict.
// Choose a different name and try again.
ErrCodeDirectoryAlreadyExistsException = "DirectoryAlreadyExistsException"
// ErrCodeDirectoryDeletedException for service response error code
// "DirectoryDeletedException".
//
// A directory that has been deleted and to which access has been attempted.
// Note: The requested resource will eventually cease to exist.
ErrCodeDirectoryDeletedException = "DirectoryDeletedException"
// ErrCodeDirectoryNotDisabledException for service response error code
// "DirectoryNotDisabledException".
//
// An operation can only operate on a disabled directory.
ErrCodeDirectoryNotDisabledException = "DirectoryNotDisabledException"
// ErrCodeDirectoryNotEnabledException for service response error code
// "DirectoryNotEnabledException".
//
// Operations are only permitted on enabled directories.
ErrCodeDirectoryNotEnabledException = "DirectoryNotEnabledException"
// ErrCodeFacetAlreadyExistsException for service response error code
// "FacetAlreadyExistsException".
//
// A facet with the same name already exists.
ErrCodeFacetAlreadyExistsException = "FacetAlreadyExistsException"
// ErrCodeFacetInUseException for service response error code
// "FacetInUseException".
//
// Occurs when deleting a facet that contains an attribute that is a target
// to an attribute reference in a different facet.
ErrCodeFacetInUseException = "FacetInUseException"
// ErrCodeFacetNotFoundException for service response error code
// "FacetNotFoundException".
//
// The specified Facet could not be found.
ErrCodeFacetNotFoundException = "FacetNotFoundException"
// ErrCodeFacetValidationException for service response error code
// "FacetValidationException".
//
// The Facet that you provided was not well formed or could not be validated
// with the schema.
ErrCodeFacetValidationException = "FacetValidationException"
// ErrCodeIncompatibleSchemaException for service response error code
// "IncompatibleSchemaException".
//
// Indicates a failure occurred while performing a check for backward compatibility
// between the specified schema and the schema that is currently applied to
// the directory.
ErrCodeIncompatibleSchemaException = "IncompatibleSchemaException"
// ErrCodeIndexedAttributeMissingException for service response error code
// "IndexedAttributeMissingException".
//
// An object has been attempted to be attached to an object that does not have
// the appropriate attribute value.
ErrCodeIndexedAttributeMissingException = "IndexedAttributeMissingException"
// ErrCodeInternalServiceException for service response error code
// "InternalServiceException".
//
// Indicates a problem that must be resolved by Amazon Web Services. This might
// be a transient error in which case you can retry your request until it succeeds.
// Otherwise, go to the AWS Service Health Dashboard (http://status.aws.amazon.com/)
// site to see if there are any operational issues with the service.
ErrCodeInternalServiceException = "InternalServiceException"
// ErrCodeInvalidArnException for service response error code
// "InvalidArnException".
//
// Indicates that the provided ARN value is not valid.
ErrCodeInvalidArnException = "InvalidArnException"
// ErrCodeInvalidAttachmentException for service response error code
// "InvalidAttachmentException".
//
// Indicates that an attempt to make an attachment was invalid. For example,
// attaching two nodes with a link type that is not applicable to the nodes
// or attempting to apply a schema to a directory a second time.
ErrCodeInvalidAttachmentException = "InvalidAttachmentException"
// ErrCodeInvalidFacetUpdateException for service response error code
// "InvalidFacetUpdateException".
//
// An attempt to modify a Facet resulted in an invalid schema exception.
ErrCodeInvalidFacetUpdateException = "InvalidFacetUpdateException"
// ErrCodeInvalidNextTokenException for service response error code
// "InvalidNextTokenException".
//
// Indicates that the NextToken value is not valid.
ErrCodeInvalidNextTokenException = "InvalidNextTokenException"
// ErrCodeInvalidRuleException for service response error code
// "InvalidRuleException".
//
// Occurs when any of the rule parameter keys or values are invalid.
ErrCodeInvalidRuleException = "InvalidRuleException"
// ErrCodeInvalidSchemaDocException for service response error code
// "InvalidSchemaDocException".
//
// Indicates that the provided SchemaDoc value is not valid.
ErrCodeInvalidSchemaDocException = "InvalidSchemaDocException"
// ErrCodeInvalidTaggingRequestException for service response error code
// "InvalidTaggingRequestException".
//
// Can occur for multiple reasons such as when you tag a resource that doesn’t
// exist or if you specify a higher number of tags for a resource than the allowed
// limit. Allowed limit is 50 tags per resource.
ErrCodeInvalidTaggingRequestException = "InvalidTaggingRequestException"
// ErrCodeLimitExceededException for service response error code
// "LimitExceededException".
//
// Indicates that limits are exceeded. See Limits (https://docs.aws.amazon.com/clouddirectory/latest/developerguide/limits.html)
// for more information.
ErrCodeLimitExceededException = "LimitExceededException"
// ErrCodeLinkNameAlreadyInUseException for service response error code
// "LinkNameAlreadyInUseException".
//
// Indicates that a link could not be created due to a naming conflict. Choose
// a different name and then try again.
ErrCodeLinkNameAlreadyInUseException = "LinkNameAlreadyInUseException"
// ErrCodeNotIndexException for service response error code
// "NotIndexException".
//
// Indicates that the requested operation can only operate on index objects.
ErrCodeNotIndexException = "NotIndexException"
// ErrCodeNotNodeException for service response error code
// "NotNodeException".
//
// Occurs when any invalid operations are performed on an object that is not
// a node, such as calling ListObjectChildren for a leaf node object.
ErrCodeNotNodeException = "NotNodeException"
// ErrCodeNotPolicyException for service response error code
// "NotPolicyException".
//
// Indicates that the requested operation can only operate on policy objects.
ErrCodeNotPolicyException = "NotPolicyException"
// ErrCodeObjectAlreadyDetachedException for service response error code
// "ObjectAlreadyDetachedException".
//
// Indicates that the object is not attached to the index.
ErrCodeObjectAlreadyDetachedException = "ObjectAlreadyDetachedException"
// ErrCodeObjectNotDetachedException for service response error code
// "ObjectNotDetachedException".
//
// Indicates that the requested operation cannot be completed because the object
// has not been detached from the tree.
ErrCodeObjectNotDetachedException = "ObjectNotDetachedException"
// ErrCodeResourceNotFoundException for service response error code
// "ResourceNotFoundException".
//
// The specified resource could not be found.
ErrCodeResourceNotFoundException = "ResourceNotFoundException"
// ErrCodeRetryableConflictException for service response error code
// "RetryableConflictException".
//
// Occurs when a conflict with a previous successful write is detected. For
// example, if a write operation occurs on an object and then an attempt is
// made to read the object using “SERIALIZABLE” consistency, this exception
// may result. This generally occurs when the previous write did not have time
// to propagate to the host serving the current request. A retry (with appropriate
// backoff logic) is the recommended response to this exception.
ErrCodeRetryableConflictException = "RetryableConflictException"
// ErrCodeSchemaAlreadyExistsException for service response error code
// "SchemaAlreadyExistsException".
//
// Indicates that a schema could not be created due to a naming conflict. Please
// select a different name and then try again.
ErrCodeSchemaAlreadyExistsException = "SchemaAlreadyExistsException"
// ErrCodeSchemaAlreadyPublishedException for service response error code
// "SchemaAlreadyPublishedException".
//
// Indicates that a schema is already published.
ErrCodeSchemaAlreadyPublishedException = "SchemaAlreadyPublishedException"
// ErrCodeStillContainsLinksException for service response error code
// "StillContainsLinksException".
//
// The object could not be deleted because links still exist. Remove the links
// and then try the operation again.
ErrCodeStillContainsLinksException = "StillContainsLinksException"
// ErrCodeUnsupportedIndexTypeException for service response error code
// "UnsupportedIndexTypeException".
//
// Indicates that the requested index type is not supported.
ErrCodeUnsupportedIndexTypeException = "UnsupportedIndexTypeException"
// ErrCodeValidationException for service response error code
// "ValidationException".
//
// Indicates that your request is malformed in some manner. See the exception
// message.
ErrCodeValidationException = "ValidationException"
)
var exceptionFromCode = map[string]func(protocol.ResponseMetadata) error{
"AccessDeniedException": newErrorAccessDeniedException,
"BatchWriteException": newErrorBatchWriteException,
"CannotListParentOfRootException": newErrorCannotListParentOfRootException,
"DirectoryAlreadyExistsException": newErrorDirectoryAlreadyExistsException,
"DirectoryDeletedException": newErrorDirectoryDeletedException,
"DirectoryNotDisabledException": newErrorDirectoryNotDisabledException,
"DirectoryNotEnabledException": newErrorDirectoryNotEnabledException,
"FacetAlreadyExistsException": newErrorFacetAlreadyExistsException,
"FacetInUseException": newErrorFacetInUseException,
"FacetNotFoundException": newErrorFacetNotFoundException,
"FacetValidationException": newErrorFacetValidationException,
"IncompatibleSchemaException": newErrorIncompatibleSchemaException,
"IndexedAttributeMissingException": newErrorIndexedAttributeMissingException,
"InternalServiceException": newErrorInternalServiceException,
"InvalidArnException": newErrorInvalidArnException,
"InvalidAttachmentException": newErrorInvalidAttachmentException,
"InvalidFacetUpdateException": newErrorInvalidFacetUpdateException,
"InvalidNextTokenException": newErrorInvalidNextTokenException,
"InvalidRuleException": newErrorInvalidRuleException,
"InvalidSchemaDocException": newErrorInvalidSchemaDocException,
"InvalidTaggingRequestException": newErrorInvalidTaggingRequestException,
"LimitExceededException": newErrorLimitExceededException,
"LinkNameAlreadyInUseException": newErrorLinkNameAlreadyInUseException,
"NotIndexException": newErrorNotIndexException,
"NotNodeException": newErrorNotNodeException,
"NotPolicyException": newErrorNotPolicyException,
"ObjectAlreadyDetachedException": newErrorObjectAlreadyDetachedException,
"ObjectNotDetachedException": newErrorObjectNotDetachedException,
"ResourceNotFoundException": newErrorResourceNotFoundException,
"RetryableConflictException": newErrorRetryableConflictException,
"SchemaAlreadyExistsException": newErrorSchemaAlreadyExistsException,
"SchemaAlreadyPublishedException": newErrorSchemaAlreadyPublishedException,
"StillContainsLinksException": newErrorStillContainsLinksException,
"UnsupportedIndexTypeException": newErrorUnsupportedIndexTypeException,
"ValidationException": newErrorValidationException,
}
|