PutTargetsResultEntry
public struct PutTargetsResultEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The error code that indicates why the target addition failed. If the value is ConcurrentModificationException, too many requests were made at the same time.
Declaration
Swift
public let errorCode: String?
-
The error message that explains why the target addition failed.
Declaration
Swift
public let errorMessage: String?
-
The ID of the target.
Declaration
Swift
public let targetId: String?
-
Undocumented
Declaration
Swift
public init(errorCode: String? = nil, errorMessage: String? = nil, targetId: String? = nil)