Package com.amazonaws.services.s3.model
Class MultiObjectDeleteException.DeleteError
java.lang.Object
com.amazonaws.services.s3.model.MultiObjectDeleteException.DeleteError
- All Implemented Interfaces:
Serializable
- Enclosing class:
MultiObjectDeleteException
An error that occurred when deleting an object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()
Returns the status code for the failed delete.getKey()
Returns the key of the object that couldn't be deleted.Returns a description of the failure.Returns the versionId of the object that couldn't be deleted.void
void
void
setMessage
(String message) void
setVersionId
(String versionId)
-
Constructor Details
-
DeleteError
public DeleteError()
-
-
Method Details
-
getKey
Returns the key of the object that couldn't be deleted. -
setKey
-
getVersionId
Returns the versionId of the object that couldn't be deleted. -
setVersionId
-
getCode
Returns the status code for the failed delete. -
setCode
-
getMessage
Returns a description of the failure. -
setMessage
-