BudgetsErrorType
public enum BudgetsErrorType : AWSErrorType
extension BudgetsErrorType : CustomStringConvertible
Error enum for Budgets
-
Undocumented
Declaration
Swift
case accessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case creationLimitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case duplicateRecordException(message: String?)
-
Undocumented
Declaration
Swift
case expiredNextTokenException(message: String?)
-
Undocumented
Declaration
Swift
case internalErrorException(message: String?)
-
Undocumented
Declaration
Swift
case invalidNextTokenException(message: String?)
-
Undocumented
Declaration
Swift
case invalidParameterException(message: String?)
-
Undocumented
Declaration
Swift
case notFoundException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }