Method: Aws::S3::Types::DeleteObjectsOutput#errors

Defined in:
lib/aws-sdk-s3/types.rb

#errorsArray<Types::Error>

Container for a failed delete action that describes the object that Amazon S3 attempted to delete and the error it encountered.

Returns:



3439
3440
3441
3442
3443
3444
3445
# File 'lib/aws-sdk-s3/types.rb', line 3439

class DeleteObjectsOutput < Struct.new(
  :deleted,
  :request_charged,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end