| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
- package workmail
- const (
- // ErrCodeDirectoryServiceAuthenticationFailedException for service response error code
- // "DirectoryServiceAuthenticationFailedException".
- //
- // The Directory Service doesn't recognize the credentials supplied by the Amazon
- // WorkMail service.
- ErrCodeDirectoryServiceAuthenticationFailedException = "DirectoryServiceAuthenticationFailedException"
- // ErrCodeDirectoryUnavailableException for service response error code
- // "DirectoryUnavailableException".
- //
- // The directory that you are trying to perform operations on isn't available.
- ErrCodeDirectoryUnavailableException = "DirectoryUnavailableException"
- // ErrCodeEmailAddressInUseException for service response error code
- // "EmailAddressInUseException".
- //
- // The email address that you're trying to assign is already created for a different
- // user, group, or resource.
- ErrCodeEmailAddressInUseException = "EmailAddressInUseException"
- // ErrCodeEntityAlreadyRegisteredException for service response error code
- // "EntityAlreadyRegisteredException".
- //
- // The user, group, or resource that you're trying to register is already registered.
- ErrCodeEntityAlreadyRegisteredException = "EntityAlreadyRegisteredException"
- // ErrCodeEntityNotFoundException for service response error code
- // "EntityNotFoundException".
- //
- // The identifier supplied for the entity is valid, but it does not exist in
- // your organization.
- ErrCodeEntityNotFoundException = "EntityNotFoundException"
- // ErrCodeEntityStateException for service response error code
- // "EntityStateException".
- //
- // You are performing an operation on an entity that isn't in the expected state,
- // such as trying to update a deleted user.
- ErrCodeEntityStateException = "EntityStateException"
- // ErrCodeInvalidConfigurationException for service response error code
- // "InvalidConfigurationException".
- //
- // The configuration for a resource isn't valid. A resource must either be able
- // to auto-respond to requests or have at least one delegate associated that
- // can do it on its behalf.
- ErrCodeInvalidConfigurationException = "InvalidConfigurationException"
- // ErrCodeInvalidParameterException for service response error code
- // "InvalidParameterException".
- //
- // One or more of the input parameters don't match the service's restrictions.
- ErrCodeInvalidParameterException = "InvalidParameterException"
- // ErrCodeInvalidPasswordException for service response error code
- // "InvalidPasswordException".
- //
- // The supplied password doesn't match the minimum security constraints, such
- // as length or use of special characters.
- ErrCodeInvalidPasswordException = "InvalidPasswordException"
- // ErrCodeMailDomainNotFoundException for service response error code
- // "MailDomainNotFoundException".
- //
- // For an email or alias to be created in Amazon WorkMail, the included domain
- // must be defined in the organization.
- ErrCodeMailDomainNotFoundException = "MailDomainNotFoundException"
- // ErrCodeMailDomainStateException for service response error code
- // "MailDomainStateException".
- //
- // After a domain has been added to the organization, it must be verified. The
- // domain is not yet verified.
- ErrCodeMailDomainStateException = "MailDomainStateException"
- // ErrCodeNameAvailabilityException for service response error code
- // "NameAvailabilityException".
- //
- // The entity (user, group, or user) name isn't unique in Amazon WorkMail.
- ErrCodeNameAvailabilityException = "NameAvailabilityException"
- // ErrCodeOrganizationNotFoundException for service response error code
- // "OrganizationNotFoundException".
- //
- // An operation received a valid organization identifier that either doesn't
- // belong or exist in the system.
- ErrCodeOrganizationNotFoundException = "OrganizationNotFoundException"
- // ErrCodeOrganizationStateException for service response error code
- // "OrganizationStateException".
- //
- // The organization must have a valid state (Active or Synchronizing) to perform
- // certain operations on the organization or its entities.
- ErrCodeOrganizationStateException = "OrganizationStateException"
- // ErrCodeReservedNameException for service response error code
- // "ReservedNameException".
- //
- // This entity name is not allowed in Amazon WorkMail.
- ErrCodeReservedNameException = "ReservedNameException"
- // ErrCodeUnsupportedOperationException for service response error code
- // "UnsupportedOperationException".
- //
- // You can't perform a write operation against a read-only directory.
- ErrCodeUnsupportedOperationException = "UnsupportedOperationException"
- )
|