AWS SDK for .NET Documentation
DeleteError Class
AmazonAmazon.S3.ModelDeleteError Did this page help you?   Yes   No    Tell us about it...
Contains information about a failed delete operation against a specific S3 object.
Declaration Syntax
C#
public class DeleteError
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DeleteError()()()()
Initializes a new instance of the DeleteError class

Code
The failure code for the 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
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
Object
DeleteError

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)