CostExplorerErrorType
public enum CostExplorerErrorType : AWSErrorType
extension CostExplorerErrorType : CustomStringConvertible
Error enum for CostExplorer
-
Undocumented
Declaration
Swift
case billExpirationException(message: String?)
-
Undocumented
Declaration
Swift
case dataUnavailableException(message: String?)
-
Undocumented
Declaration
Swift
case invalidNextTokenException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case requestChangedException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case serviceQuotaExceededException(message: String?)
-
Undocumented
Declaration
Swift
case unresolvableUsageUnitException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }