struct

Awscr::S3::Response::BatchDeleteOutput::DeletedObject

Inherits Struct < Value < Object

Constructors

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

Instance methods

==(other : self)
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