Class DeleteError
Contains information about a failed delete operation against a specific S3 object.
public class DeleteError
- Inheritance
-
DeleteError
- Inherited Members
Constructors
DeleteError()
public DeleteError()
Properties
Code
The failure code for the delete error.
public string Code { get; set; }
Property Value
Key
The key of the S3 object.
public string Key { get; set; }
Property Value
Message
The failure message for the delete error.
public string Message { get; set; }
Property Value
VersionId
The version of the S3 object.
public string VersionId { get; set; }