CostandUsageReportServiceErrorType
public enum CostandUsageReportServiceErrorType : AWSErrorType
extension CostandUsageReportServiceErrorType : CustomStringConvertible
Error enum for CostandUsageReportService
-
Undocumented
Declaration
Swift
case duplicateReportNameException(message: String?) -
Undocumented
Declaration
Swift
case internalErrorException(message: String?) -
Undocumented
Declaration
Swift
case reportLimitReachedException(message: String?) -
Undocumented
Declaration
Swift
case validationException(message: String?) -
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?) -
Declaration
Swift
public var description: String { get }
View on GitHub
CostandUsageReportServiceErrorType Enumeration Reference