CloudWatchLogsErrorType
public enum CloudWatchLogsErrorType : AWSErrorType
extension CloudWatchLogsErrorType : CustomStringConvertible
Error enum for CloudWatchLogs
-
Undocumented
Declaration
Swift
case dataAlreadyAcceptedException(message: String?)
-
Undocumented
Declaration
Swift
case invalidOperationException(message: String?)
-
Undocumented
Declaration
Swift
case invalidParameterException(message: String?)
-
Undocumented
Declaration
Swift
case invalidSequenceTokenException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case malformedQueryException(message: String?)
-
Undocumented
Declaration
Swift
case operationAbortedException(message: String?)
-
Undocumented
Declaration
Swift
case resourceAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case serviceUnavailableException(message: String?)
-
Undocumented
Declaration
Swift
case unrecognizedClientException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }