class

Aws::S3::Response::BatchDeleteOutput::DeletedObject

Inherits Reference / Object

Constructors

new(key : String, code : String, message : String)
Source

Instance methods

==(other : self)

Returns true if this reference is the same as other. Invokes same?.

Source
code

The failure code

Source
deleted?

Returns true of object was deleted, false otherwise

Source
key

The key of the deleted object

Source
message

Human friendly failure message

Source