LicenseManagerErrorType
public enum LicenseManagerErrorType : AWSErrorType
extension LicenseManagerErrorType : CustomStringConvertible
Error enum for LicenseManager
-
Undocumented
Declaration
Swift
case accessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case authorizationException(message: String?)
-
Undocumented
Declaration
Swift
case failedDependencyException(message: String?)
-
Undocumented
Declaration
Swift
case filterLimitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case invalidParameterValueException(message: String?)
-
Undocumented
Declaration
Swift
case invalidResourceStateException(message: String?)
-
Undocumented
Declaration
Swift
case licenseUsageException(message: String?)
-
Undocumented
Declaration
Swift
case rateLimitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case resourceLimitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case serverInternalException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }