AssessmentRunNotificationSnsStatusCode
public enum AssessmentRunNotificationSnsStatusCode : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case success = "SUCCESS"
-
Undocumented
Declaration
Swift
case topicDoesNotExist = "TOPIC_DOES_NOT_EXIST"
-
Undocumented
Declaration
Swift
case accessDenied = "ACCESS_DENIED"
-
Undocumented
Declaration
Swift
case internalError = "INTERNAL_ERROR"
-
Declaration
Swift
public var description: String { get }