BatchError
public struct BatchError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Channel ARN.
Declaration
Swift
public let arn: String? -
Error code.
Declaration
Swift
public let code: String? -
Error message, determined by the application.
Declaration
Swift
public let message: String? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, code: String? = nil, message: String? = nil)
View on GitHub
BatchError Structure Reference