UnsuccessfulItem
public struct UnsuccessfulItem : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the error.
Declaration
Swift
public let error: UnsuccessfulItemError?
-
The ID of the resource.
Declaration
Swift
public let resourceId: String?
-
Undocumented
Declaration
Swift
public init(error: UnsuccessfulItemError? = nil, resourceId: String? = nil)