BatchReadException
public struct BatchReadException : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An exception message that is associated with the failure.
Declaration
Swift
public let message: String?
-
A type of exception, such as InvalidArnException.
Declaration
Swift
public let type: BatchReadExceptionType?
-
Undocumented
Declaration
Swift
public init(message: String? = nil, type: BatchReadExceptionType? = nil)