ResourceGroupsErrorType
public enum ResourceGroupsErrorType : AWSErrorType
extension ResourceGroupsErrorType : CustomStringConvertible
Error enum for ResourceGroups
-
Undocumented
Declaration
Swift
case badRequestException(message: String?)
-
Undocumented
Declaration
Swift
case forbiddenException(message: String?)
-
Undocumented
Declaration
Swift
case internalServerErrorException(message: String?)
-
Undocumented
Declaration
Swift
case methodNotAllowedException(message: String?)
-
Undocumented
Declaration
Swift
case notFoundException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyRequestsException(message: String?)
-
Undocumented
Declaration
Swift
case unauthorizedException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }