ElasticsearchServiceErrorType
public enum ElasticsearchServiceErrorType : AWSErrorType
extension ElasticsearchServiceErrorType : CustomStringConvertible
Error enum for ElasticsearchService
-
Undocumented
Declaration
Swift
case accessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case baseException(message: String?)
-
Undocumented
Declaration
Swift
case conflictException(message: String?)
-
Undocumented
Declaration
Swift
case disabledOperationException(message: String?)
-
Undocumented
Declaration
Swift
case internalException(message: String?)
-
Undocumented
Declaration
Swift
case invalidPaginationTokenException(message: String?)
-
Undocumented
Declaration
Swift
case invalidTypeException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case resourceAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(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 }