OrganizationsErrorType
public enum OrganizationsErrorType : AWSErrorType
extension OrganizationsErrorType : CustomStringConvertible
Error enum for Organizations
-
Undocumented
Declaration
Swift
case aWSOrganizationsNotInUseException(message: String?)
-
Undocumented
Declaration
Swift
case accessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case accessDeniedForDependencyException(message: String?)
-
Undocumented
Declaration
Swift
case accountAlreadyRegisteredException(message: String?)
-
Undocumented
Declaration
Swift
case accountNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case accountNotRegisteredException(message: String?)
-
Undocumented
Declaration
Swift
case accountOwnerNotVerifiedException(message: String?)
-
Undocumented
Declaration
Swift
case alreadyInOrganizationException(message: String?)
-
Undocumented
Declaration
Swift
case childNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case concurrentModificationException(message: String?)
-
Undocumented
Declaration
Swift
case constraintViolationException(message: String?)
-
Undocumented
Declaration
Swift
case createAccountStatusNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case destinationParentNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case duplicateAccountException(message: String?)
-
Undocumented
Declaration
Swift
case duplicateHandshakeException(message: String?)
-
Undocumented
Declaration
Swift
case duplicateOrganizationalUnitException(message: String?)
-
Undocumented
Declaration
Swift
case duplicatePolicyAttachmentException(message: String?)
-
Undocumented
Declaration
Swift
case duplicatePolicyException(message: String?)
-
Undocumented
Declaration
Swift
case effectivePolicyNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case finalizingOrganizationException(message: String?)
-
Undocumented
Declaration
Swift
case handshakeAlreadyInStateException(message: String?)
-
Undocumented
Declaration
Swift
case handshakeConstraintViolationException(message: String?)
-
Undocumented
Declaration
Swift
case handshakeNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case invalidHandshakeTransitionException(message: String?)
-
Undocumented
Declaration
Swift
case invalidInputException(message: String?)
-
Undocumented
Declaration
Swift
case malformedPolicyDocumentException(message: String?)
-
Undocumented
Declaration
Swift
case masterCannotLeaveOrganizationException(message: String?)
-
Undocumented
Declaration
Swift
case organizationNotEmptyException(message: String?)
-
Undocumented
Declaration
Swift
case organizationalUnitNotEmptyException(message: String?)
-
Undocumented
Declaration
Swift
case organizationalUnitNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case parentNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case policyChangesInProgressException(message: String?)
-
Undocumented
Declaration
Swift
case policyInUseException(message: String?)
-
Undocumented
Declaration
Swift
case policyNotAttachedException(message: String?)
-
Undocumented
Declaration
Swift
case policyNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case policyTypeAlreadyEnabledException(message: String?)
-
Undocumented
Declaration
Swift
case policyTypeNotAvailableForOrganizationException(message: String?)
-
Undocumented
Declaration
Swift
case policyTypeNotEnabledException(message: String?)
-
Undocumented
Declaration
Swift
case rootNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case serviceException(message: String?)
-
Undocumented
Declaration
Swift
case sourceParentNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case targetNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyRequestsException(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedAPIEndpointException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }