SecurityHubErrorType
public enum SecurityHubErrorType : AWSErrorType
extension SecurityHubErrorType : CustomStringConvertible
Error enum for SecurityHub
-
Undocumented
Declaration
Swift
case accessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case internalException(message: String?)
-
Undocumented
Declaration
Swift
case invalidAccessException(message: String?)
-
Undocumented
Declaration
Swift
case invalidInputException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case resourceConflictException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }