Table of Contents

Class DeleteError

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

Container for all error elements.

public class DeleteError
Inheritance
DeleteError
Inherited Members

Constructors

DeleteError()

public DeleteError()

Properties

Code

public string Code { get; set; }

Property Value

string

Key

Gets and sets the property Key.

The error key.

public string Key { get; set; }

Property Value

string

Message

Gets and sets the property Message.

The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.

public string Message { get; set; }

Property Value

string

VersionId

Gets and sets the property VersionId.

The version ID of the error.

public string VersionId { get; set; }

Property Value

string