BatchPermissionsFailureEntry
public struct BatchPermissionsFailureEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An error message that applies to the failure of the entry.
Declaration
Swift
public let error: ErrorDetail?
-
An identifier for an entry of the batch request.
Declaration
Swift
public let requestEntry: BatchPermissionsRequestEntry?
-
Undocumented
Declaration
Swift
public init(error: ErrorDetail? = nil, requestEntry: BatchPermissionsRequestEntry? = nil)