DeleteError is a container for information about a failed delete operation against a specific S3 object.

Namespace: Amazon.S3.Model
Assembly: 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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DeleteError()()()()
Initializes a new instance of the DeleteError class
Code
Gets and sets the failure code for this delete error.
Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
VersionId
Gets and sets the version identifying the S3 object.

Inheritance Hierarchy

System..::..Object
  Amazon.S3.Model..::..DeleteError

See Also