DeleteError is a container for information about a failed
delete operation against a specific S3 object.
Namespace: Amazon.S3.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DeleteError
Public Class DeleteError
public ref class DeleteError
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DeleteError()()()() | Initializes a new instance of the DeleteError class | |
| Code |
Gets and sets the failure code for this 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 |
Gets and sets the key identifying the S3 object.
| |
| Message |
Gets and sets the failure message for this delete error.
| |
| ToString()()()() | (Inherited from Object.) | |
| VersionId |
Gets and sets the version identifying the S3 object.
|