KendraErrorType
public enum KendraErrorType : AWSErrorType
extension KendraErrorType : CustomStringConvertible
Error enum for Kendra
-
Undocumented
Declaration
Swift
case accessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case conflictException(message: String?)
-
Undocumented
Declaration
Swift
case internalServerException(message: String?)
-
Undocumented
Declaration
Swift
case resourceAlreadyExistException(message: String?)
-
Undocumented
Declaration
Swift
case resourceInUseException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case resourceUnavailableException(message: String?)
-
Undocumented
Declaration
Swift
case serviceQuotaExceededException(message: String?)
-
Undocumented
Declaration
Swift
case throttlingException(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 }