Uses of Class
com.amazonaws.services.ec2.model.UnsuccessfulItemError
Packages that use UnsuccessfulItemError
-
Uses of UnsuccessfulItemError in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return UnsuccessfulItemErrorModifier and TypeMethodDescriptionUnsuccessfulItemError.clone()
UnsuccessfulItem.getError()
Information about the error.The error code.UnsuccessfulItemError.withMessage
(String message) The error message accompanying the error code.Methods in com.amazonaws.services.ec2.model with parameters of type UnsuccessfulItemErrorModifier and TypeMethodDescriptionvoid
UnsuccessfulItem.setError
(UnsuccessfulItemError error) Information about the error.UnsuccessfulItem.withError
(UnsuccessfulItemError error) Information about the error.