ServiceQuotasErrorType
public enum ServiceQuotasErrorType : AWSErrorType
extension ServiceQuotasErrorType : CustomStringConvertible
Error enum for ServiceQuotas
-
Undocumented
Declaration
Swift
case aWSServiceAccessNotEnabledException(message: String?)
-
Undocumented
Declaration
Swift
case accessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case dependencyAccessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case illegalArgumentException(message: String?)
-
Undocumented
Declaration
Swift
case invalidPaginationTokenException(message: String?)
-
Undocumented
Declaration
Swift
case invalidResourceStateException(message: String?)
-
Undocumented
Declaration
Swift
case noAvailableOrganizationException(message: String?)
-
Undocumented
Declaration
Swift
case noSuchResourceException(message: String?)
-
Undocumented
Declaration
Swift
case organizationNotInAllFeaturesModeException(message: String?)
-
Undocumented
Declaration
Swift
case quotaExceededException(message: String?)
-
Undocumented
Declaration
Swift
case resourceAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case serviceException(message: String?)
-
Undocumented
Declaration
Swift
case serviceQuotaTemplateNotInUseException(message: String?)
-
Undocumented
Declaration
Swift
case templatesNotAvailableInRegionException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyRequestsException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }