GetBulkDeploymentStatusResponse
public struct GetBulkDeploymentStatusResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Relevant metrics on input records processed during bulk deployment.
Declaration
Swift
public let bulkDeploymentMetrics: BulkDeploymentMetrics?
-
The status of the bulk deployment.
Declaration
Swift
public let bulkDeploymentStatus: BulkDeploymentStatus?
-
The time, in ISO format, when the deployment was created.
Declaration
Swift
public let createdAt: String?
-
Error details
Declaration
Swift
public let errorDetails: [ErrorDetail]?
-
Error message
Declaration
Swift
public let errorMessage: String?
-
Undocumented
Declaration
Swift
public let tags: [String : String]?
-
Undocumented
Declaration
Swift
public init(bulkDeploymentMetrics: BulkDeploymentMetrics? = nil, bulkDeploymentStatus: BulkDeploymentStatus? = nil, createdAt: String? = nil, errorDetails: [ErrorDetail]? = nil, errorMessage: String? = nil, tags: [String : String]? = nil)