Contains information about a failed delete operation against a specific S3 object.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteError
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeleteError()()()() | Initializes a new instance of the DeleteError class | 
|  | Code | 
            The failure code for the delete error.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Key | 
            The key of the S3 object.
             | 
|  | Message | 
            The failure message for the delete error.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VersionId | 
            The version of the S3 object.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DeleteError |