FailedS3Resource
public struct FailedS3Resource : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The status code of a failed item.
Declaration
Swift
public let errorCode: String?
-
The error message of a failed item.
Declaration
Swift
public let errorMessage: String?
-
The failed S3 resources.
Declaration
Swift
public let failedItem: S3Resource?
-
Undocumented
Declaration
Swift
public init(errorCode: String? = nil, errorMessage: String? = nil, failedItem: S3Resource? = nil)